Skip to content

Commit 49396e1

Browse files
committed
Revert "Correct semigroups conditional version bounds (#134)"
This reverts commit 1445edd. This is wholly unnecessary, since the version number `8.0` is less than `8.0.x`, as pointed out in #134 (comment)
1 parent 1445edd commit 49396e1

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)