Skip to content
Snippets Groups Projects
Commit 96c7df1b authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Include cabal-install and ghc in shell environment

parent b0cb8a97
Branches
No related tags found
1 merge request!25Use cabal-version 3.14
......@@ -142,6 +142,6 @@ let
in
mkShell {
name = "head-hackage-build-env";
buildInputs = [ build-repo ];
buildInputs = [ build-repo haskellPackagesWithCabal.cabal-install haskellPackages.ghc ];
cabalDepsSrc = buildDepsFragment;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment