Skip to content

Commit f967427

Browse files
committed
cabal: express condition positively
1 parent b9d98ba commit f967427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-posix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ library
9494
, bytestring >= 0.9 && < 0.12
9595
, array >= 0.3 && < 0.6
9696

97-
if !impl(ghc >= 8)
97+
if impl(ghc < 8)
9898
build-depends: fail == 4.9.*
9999

100100
ghc-options: -O2

0 commit comments

Comments
 (0)