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 5fc0409 commit 74f10e0Copy full SHA for 74f10e0
overlays/hackage-quirks.nix
@@ -22,6 +22,10 @@ in { haskell-nix = prev.haskell-nix // {
22
(lib.optionalAttrs (version == "3.4.0.0") {
23
packages.HTTP.src = final.haskell-nix.sources.HTTP;
24
})
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
+ })
29
(lib.optionalAttrs (builtins.compareVersions version "3.0.0.0" >= 0
30
&& builtins.compareVersions version "3.5" < 0) {
31
# Include patches needed for ghcjs
0 commit comments