Add cabal-install to shell dependencies

This commit is contained in:
Mats Rauhala 2018-09-29 21:29:44 +03:00
parent 3441ab2bbb
commit cdaf3339c8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ let
_pkgs.binutils-unwrapped
haskellPackages.ghcid
haskellPackages.hasktags
haskellPackages.cabal-install
(haskellPackages.ghcWithHoogle (_: pkg.buildInputs ++ pkg.propagatedBuildInputs))
];
};