1
Fork 0

feat: changed a lot of stuff

This commit is contained in:
Matei Adriel 2020-10-07 11:11:03 +03:00
parent 9a18f75bcb
commit 079813563c
11 changed files with 8699 additions and 786 deletions
modules/dev/haskell

View file

@ -5,7 +5,7 @@ in {
file.".ghci".source = ./ghci;
packages = with pkgs;
[ ghc ghcid hlint cabal-install snack stack hie ]
[ ghc ghcid hlint cabal-install snack stack ]
++ (with haskellPackages; [ brittany hoogle hpack pointfree ]);
};
}