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 45c25ef commit 737ad61Copy full SHA for 737ad61
hackage-security/hackage-security.cabal
@@ -154,7 +154,7 @@ library
154
else
155
build-depends: base >= 4.10
156
157
- if flag(Cabal-syntax)
+ if flag(Cabal-syntax) && impl(ghc >= 8.2)
158
build-depends: Cabal-syntax >= 3.7 && < 3.10
159
160
build-depends: Cabal >= 1.14 && < 1.26
@@ -271,7 +271,7 @@ test-suite TestSuite
271
time,
272
zlib
273
274
275
build-depends: Cabal >= 3.7 && < 3.10,
276
Cabal-syntax >= 3.7 && < 3.10
277
0 commit comments