Remove upper bound for semigroupoids, closes #3787

This commit is contained in:
Alexey Zabelin 2018-08-07 12:32:24 -04:00
parent c70edd90cb
commit 56da0b8c2e
No known key found for this signature in database
GPG Key ID: 3A169985478324E9

View File

@ -3615,10 +3615,6 @@ packages:
# https://github.com/fpco/stackage/issues/3566
- network < 2.7
# can't unconstrain until base-orphans is unconstrained
# https://github.com/commercialhaskell/stackage/issues/3787
- semigroupoids < 5.3
# needed by foldl, in turn needed by many others (mono-traversable,
# turtle, etc.)
# https://github.com/commercialhaskell/stackage/issues/3828