[Haskell] Add dependencies target
This commit is contained in:
parent
93b02b0843
commit
f76800d1e8
5
tasks/shell/haskell_dependencies.sh
Executable file
5
tasks/shell/haskell_dependencies.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
cabal_installs = (
|
||||
"ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags"
|
||||
)
|
Loading…
Reference in New Issue
Block a user