[Haskell] Add dependencies target

This commit is contained in:
Ivan Malison 2016-12-13 12:49:08 -08:00
parent 93b02b0843
commit f76800d1e8
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
cabal_installs = (
"ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags"
)