Skip to content

Commit 74f10e0

Browse files
committed
Add back fix for cabal-install 3.2
1 parent 5fc0409 commit 74f10e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlays/hackage-quirks.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ in { haskell-nix = prev.haskell-nix // {
2222
(lib.optionalAttrs (version == "3.4.0.0") {
2323
packages.HTTP.src = final.haskell-nix.sources.HTTP;
2424
})
25+
# Version of of cabal-install in hackage is broken for GHC 8.10.1
26+
(lib.optionalAttrs (version == "3.2.0.0") {
27+
packages.cabal-install.src = final.haskell-nix.sources.cabal-32 + "/cabal-install";
28+
})
2529
(lib.optionalAttrs (builtins.compareVersions version "3.0.0.0" >= 0
2630
&& builtins.compareVersions version "3.5" < 0) {
2731
# Include patches needed for ghcjs

0 commit comments

Comments
 (0)