Skip to content

Commit

Permalink
Depend on semigroups (#140)
Browse files Browse the repository at this point in the history
* Updated semigroups dependency

* Depend on semigroups
  • Loading branch information
LightAndLight authored and thumphries committed Feb 2, 2018
1 parent be5e5cb commit d8f2fde
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions hedgehog/hedgehog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ library
, primitive >= 0.6 && < 0.7
, random >= 1.1 && < 1.2
, resourcet >= 1.1 && < 1.2
, semigroups >= 0.16 && < 0.19
, stm >= 2.4 && < 2.5
, template-haskell >= 2.10 && < 2.13
, text >= 1.1 && < 1.3
Expand All @@ -70,10 +71,6 @@ library
, transformers-base >= 0.4 && < 0.5
, wl-pprint-annotated >= 0.0 && < 0.2

if impl(ghc < 8.0)
build-depends:
semigroups >= 0.16 && < 0.19

if !os(windows)
build-depends:
unix >= 2.6 && < 2.8
Expand Down Expand Up @@ -132,9 +129,6 @@ test-suite test
, base >= 3 && < 5
, containers >= 0.4 && < 0.6
, pretty-show >= 1.6 && < 1.7
, semigroups >= 0.16 && < 0.19
, text >= 1.1 && < 1.3
, transformers >= 0.3 && < 0.6

if impl(ghc < 8.0)
build-depends:
semigroups >= 0.16 && < 0.19

0 comments on commit d8f2fde

Please sign in to comment.