Skip to content

Commit c66aee9

Browse files
committed
Add semigroups to dependency for ghc <= 7
1 parent 5023693 commit c66aee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

z3.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Library
6060
Build-depends: base >= 4.5 && <5,
6161
containers,
6262
transformers >= 0.2
63+
if impl(ghc < 8)
64+
Build-depends: semigroups >= 0.5
6365

6466
Build-tools: hsc2hs
6567
Extensions: FlexibleInstances

0 commit comments

Comments
 (0)