Skip to content

Commit d8fbff8

Browse files
committed
Fix for ghcjs
1 parent db6a70a commit d8fbff8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

overlays/hackage-quirks.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ in { haskell-nix = prev.haskell-nix // {
1919
'';
2020
modules = [
2121
{ reinstallableLibGhc = true; }
22-
# Version of of cabal-install in hackage is broken for GHC 8.10.1
23-
(lib.optionalAttrs (version == "3.2.0.0") {
24-
packages.cabal-install.src = final.haskell-nix.sources.cabal-32 + "/cabal-install";
25-
})
2622
(lib.optionalAttrs (version == "3.4.0.0") {
2723
packages.HTTP.src = final.haskell-nix.sources.HTTP;
2824
})

0 commit comments

Comments
 (0)