Skip to content

Commit 1445edd

Browse files
authored
Correct semigroups conditional version bounds (#134)
1 parent 11f4145 commit 1445edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Library
155155
, primitive >= 0.5.0.1 && < 0.7
156156
, ghc-prim >= 0.2 && < 0.6
157157
, deepseq >= 1.1 && < 1.5
158-
if !impl(ghc > 8.0)
158+
if impl(ghc < 8.0)
159159
Build-Depends: semigroups >= 0.18 && < 0.19
160160

161161
Ghc-Options: -O2 -Wall

0 commit comments

Comments
 (0)