1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Index: b/free.cabal
===================================================================
--- a/free.cabal
+++ b/free.cabal
@@ -1,6 +1,7 @@
name: free
category: Control, Monads
version: 5.2
+x-revision: 5
license: BSD3
cabal-version: 1.18
license-file: LICENSE
@@ -77,17 +78,17 @@ library
build-depends:
base >= 4.9 && < 5,
comonad >= 5.0.8 && < 6,
- containers >= 0.5.7.1 && < 0.7,
+ containers >= 0.5.7.1 && < 0.8,
distributive >= 0.5.2 && < 1,
exceptions >= 0.10.4 && < 0.11,
indexed-traversable >= 0.1.1 && < 0.2,
mtl >= 2.2.2 && < 2.4,
profunctors >= 5.6.1 && < 6,
- semigroupoids >= 5.3.5 && < 6,
- th-abstraction >= 0.4.2.0 && < 0.6,
+ semigroupoids >= 5.3.5 && < 7,
+ th-abstraction >= 0.4.2.0 && < 0.8,
transformers >= 0.5 && < 0.7,
transformers-base >= 0.4.5.2 && < 0.5,
- template-haskell >= 2.11 && < 2.21
+ template-haskell >= 2.11 && < 2.23
if !impl(ghc >= 8.2)
build-depends: bifunctor-classes-compat >= 0.1 && < 0.2
|