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 5a8b623 commit 1001b4eCopy full SHA for 1001b4e
overlays/hackage-quirks.nix
@@ -22,6 +22,9 @@ in { haskell-nix = prev.haskell-nix // {
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 (builtins.compareVersions version "3.0.0.0" >= 0
27
+ && builtins.compareVersions version "3.5" < 0) {
28
# Include patches needed for ghcjs
29
packages.Cabal.patches = [
30
./patches/Cabal/Cabal-3.0.0.0-drop-pkg-db-check.diff
0 commit comments