Skip to content

Commit 6887387

Browse files
authored
Reintroduce cabal-install in flake.nix (#3637)
PR #3555 removes `cabal-install` in order to "make CI green" but that makes the project unbuildable using nix. Since the PR mentions not being sure of the details and more people at ZuriHac are having trouble with this, I'm suggesting reintroducing it.
1 parent c126332 commit 6887387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
buildInputs = [
238238
# our compiling toolchain
239239
hpkgs.ghc
240+
hpkgs.cabal-install
240241
# @guibou: I'm not sure hie-bios is needed
241242
# pkgs.haskellPackages.hie-bios
242243
# Dependencies needed to build some parts of hackage

0 commit comments

Comments
 (0)