programming/haskell: add haskell dependencies
This commit is contained in:
parent
19931aee05
commit
685ce5bfe7
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
ghc
|
ghc
|
||||||
|
cabal-install
|
||||||
|
|
||||||
|
(with haskellPackages; [
|
||||||
|
hoogle
|
||||||
|
|
||||||
|
brittany
|
||||||
|
hls-brittany-plugin
|
||||||
|
])
|
||||||
|
|
||||||
stack
|
stack
|
||||||
# stack2nix
|
# stack2nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue