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 099bd53 commit 88db87cCopy full SHA for 88db87c
modules/hackage-quirks.nix
@@ -30,7 +30,7 @@ in [
30
# See https://github.com/haskell/cabal/issues/8370
31
+ lib.optionalString (builtins.compareVersions config.version "3.7" < 0) ''
32
constraints: Cabal-syntax <0
33
- '' + lib.optionalString (__elem config.compiler-nix-name ["ghc961" "ghc96020230302"] && config.version == "3.8.1.0") ''
+ '' + lib.optionalString (__elem config.compiler-nix-name ["ghc961" "ghc96020230302"] && __elem config.version ["3.8.1.0" "3.10.1.0"]) ''
34
allow-newer: *:base, *:template-haskell
35
'');
36
modules = [
0 commit comments