We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6a70a commit d8fbff8Copy full SHA for d8fbff8
overlays/hackage-quirks.nix
@@ -19,10 +19,6 @@ in { haskell-nix = prev.haskell-nix // {
19
'';
20
modules = [
21
{ 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
- })
26
(lib.optionalAttrs (version == "3.4.0.0") {
27
packages.HTTP.src = final.haskell-nix.sources.HTTP;
28
})
0 commit comments