We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239a5b commit 15ade65Copy full SHA for 15ade65
test/cabal.project.local
@@ -36,14 +36,14 @@ if !os(ghcjs)
36
tag: c094f210f3bd34d97204451ea57855a5d17e2086
37
--sha256: sha256-6iCKvdLdjwg2jcoWMEj3qcFTvKe3P4BYxgKeXY3QwRM=
38
39
-if !impl(ghc>=9.11) && !os(ghcjs)
+if !impl(ghc>=9.10) && !os(ghcjs)
40
active-repositories: hackage.haskell.org
41
42
-if impl(ghc>=9.11) && !os(ghcjs)
+if impl(ghc>=9.10) && !os(ghcjs)
43
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override
44
45
if !impl(ghc>=9.10) && os(ghcjs)
46
active-repositories: hackage.haskell.org, ghcjs-overlay:override
47
48
-if impl(ghc>=9.11) && os(ghcjs)
+if impl(ghc>=9.10) && os(ghcjs)
49
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override, ghcjs-overlay:override
0 commit comments