diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-11-16 11:21:31 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-11-19 12:33:49 +0100 |
commit | c4e743c8408ada721e1039d786b69f6e122b28cd (patch) | |
tree | 59dcaf65d1fa160816525020d09f7c99652565bf | |
parent | eb178a5ba4c9432e951b6c206f8baf21257ecb28 (diff) |
Relax semigroupoids constraint
-rw-r--r-- | cabal-helper.cabal | 2 |
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] |