aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-11-16 11:21:31 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-11-19 12:33:49 +0100
commitc4e743c8408ada721e1039d786b69f6e122b28cd (patch)
tree59dcaf65d1fa160816525020d09f7c99652565bf /cabal-helper.cabal
parenteb178a5ba4c9432e951b6c206f8baf21257ecb28 (diff)
Relax semigroupoids constraint
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 7788130..2062562 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -67,7 +67,7 @@ library
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
build-depends: unix-compat < 0.5 && >= 0.4.3.1
- , semigroupoids < 5.3 && >= 5.2.1
+ , semigroupoids < 5.3 && >= 5.2
, ghc-prim
-- [Note ghc-prim]