programming/haskell: add haskell dependencies

This commit is contained in:
Infinidoge 2021-12-25 02:15:57 -05:00
parent 19931aee05
commit 685ce5bfe7

View file

@ -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