Added cabal-install

This commit is contained in:
Craige McWhirter 2020-05-06 01:14:10 +10:00
parent a4fe7f7230
commit d8ff7fe443
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -5,7 +5,8 @@
{
environment.systemPackages = with pkgs; [
haskellPackages.ghc # Glasgow Haskell Compiler
haskellPackages.cabal-install # Haskell software automation
haskellPackages.ghc # Glasgow Haskell Compiler
];
}