Skip to content

Commit 39c9399

Browse files
committed
Restore hackage-quirks for now
1 parent 9d7d217 commit 39c9399

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

overlays/hackage-quirks.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ in { haskell-nix = prev.haskell-nix // {
1515
cabal-install = {
1616
cabalProject = ''
1717
packages: .
18-
allow-newer: cabal-install:base, *:base, *:template-haskell
18+
allow-newer: cabal-install:base
1919
'';
2020
modules = [
2121
{ reinstallableLibGhc = true; }
22-
(lib.optionalAttrs (version == "3.4.0.0") {
23-
packages.HTTP.src = final.haskell-nix.sources.HTTP;
24-
})
2522
# Version of of cabal-install in hackage is broken for GHC 8.10.1
2623
(lib.optionalAttrs (version == "3.2.0.0") {
2724
packages.cabal-install.src = final.haskell-nix.sources.cabal-32 + "/cabal-install";

0 commit comments

Comments
 (0)