[Haskell] Add dependencies target

This commit is contained in:
2016-12-13 12:49:08 -08:00
parent 93b02b0843
commit f76800d1e8

View File

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