diff --git a/servant-client-core/servant-client-core.cabal b/servant-client-core/servant-client-core.cabal index 32f37885..366e64e6 100644 --- a/servant-client-core/servant-client-core.cabal +++ b/servant-client-core/servant-client-core.cabal @@ -46,12 +46,12 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.9 && < 4.12 + base >= 4.9 && < 4.13 , bytestring >= 0.10.8.1 && < 0.11 - , containers >= 0.5.7.1 && < 0.6 + , containers >= 0.5.7.1 && < 0.7 , text >= 1.2.3.0 && < 1.3 , transformers >= 0.5.2.0 && < 0.6 - , template-haskell >= 2.11.1.0 && < 2.14 + , template-haskell >= 2.11.1.0 && < 2.15 -- Servant dependencies build-depends: diff --git a/servant-client/servant-client.cabal b/servant-client/servant-client.cabal index 93fe6cb3..9652f0c6 100644 --- a/servant-client/servant-client.cabal +++ b/servant-client/servant-client.cabal @@ -39,9 +39,9 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.7 && < 4.12 + base >= 4.7 && < 4.13 , bytestring >= 0.10.4.0 && < 0.11 - , containers >= 0.5.5.1 && < 0.6 + , containers >= 0.5.5.1 && < 0.7 , mtl >= 2.1 && < 2.3 , text >= 1.2.3.0 && < 1.3 , time >= 1.4.2 && < 1.9 @@ -60,8 +60,8 @@ library , http-types >= 0.12.1 && < 0.13 , exceptions >= 0.10.0 && < 0.11 , monad-control >= 1.0.2.3 && < 1.1 - , semigroupoids >= 5.2.2 && < 5.3 - , stm >= 2.4.5.0 && < 2.5 + , semigroupoids >= 5.2.2 && < 5.4 + , stm >= 2.4.5.0 && < 2.6 , transformers-base >= 0.4.5.2 && < 0.5 , transformers-compat >= 0.6.2 && < 0.7 diff --git a/servant-docs/servant-docs.cabal b/servant-docs/servant-docs.cabal index 224c0fa7..65b94e27 100644 --- a/servant-docs/servant-docs.cabal +++ b/servant-docs/servant-docs.cabal @@ -40,7 +40,7 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.7 && < 4.12 + base >= 4.7 && < 4.13 , bytestring >= 0.10.4.0 && < 0.11 , text >= 1.2.3.0 && < 1.3 diff --git a/servant-foreign/servant-foreign.cabal b/servant-foreign/servant-foreign.cabal index 88bfe186..21fd5ed5 100644 --- a/servant-foreign/servant-foreign.cabal +++ b/servant-foreign/servant-foreign.cabal @@ -41,7 +41,7 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.7 && <4.12 + base >= 4.7 && <4.13 , text >= 1.2.3.0 && < 1.3 -- Servant dependencies diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 8bd2714a..34431886 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -63,9 +63,9 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.7 && < 4.12 + base >= 4.7 && < 4.13 , bytestring >= 0.10.4.0 && < 0.11 - , containers >= 0.5.5.1 && < 0.6 + , containers >= 0.5.5.1 && < 0.7 , mtl >= 2.1 && < 2.3 , text >= 1.2.3.0 && < 1.3 , transformers >= 0.3.0.0 && < 0.6 @@ -90,7 +90,7 @@ library , http-types >= 0.12.1 && < 0.13 , network-uri >= 2.6.1.0 && < 2.7 , monad-control >= 1.0.2.3 && < 1.1 - , network >= 2.6.3.5 && < 2.8 + , network >= 2.6.3.5 && < 2.9 , string-conversions >= 0.4.0.1 && < 0.5 , resourcet >= 1.1.11 && < 1.3 , tagged >= 0.8.5 && < 0.9 diff --git a/servant/servant.cabal b/servant/servant.cabal index f7f76d27..fbb0ee34 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -71,7 +71,7 @@ library -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends: - base >= 4.9 && < 4.12 + base >= 4.9 && < 4.13 , bytestring >= 0.10.8.1 && < 0.11 , mtl >= 2.1 && < 2.3 , text >= 1.2.3.0 && < 1.3