diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index e3cf9da1..2b2a2494 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.2.15.2 +version: 1.2.15.3 license: MIT license-file: LICENSE author: Michael Snoyman @@ -38,7 +38,7 @@ library , shakespeare-css >= 1.0 , shakespeare-i18n >= 1.0 , blaze-builder >= 0.2.1.4 && < 0.4 - , transformers >= 0.2.2 && < 0.4 + , transformers >= 0.2.2 , mtl , clientsession >= 0.9 && < 0.10 , random >= 1.0.0.2 && < 1.1 diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index 3560dd93..5a35b727 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -1,5 +1,5 @@ name: yesod-persistent -version: 1.2.2.3 +version: 1.2.2.4 license: MIT license-file: LICENSE author: Michael Snoyman @@ -17,7 +17,7 @@ library , yesod-core >= 1.2.2 && < 1.3 , persistent >= 1.2 && < 1.4 , persistent-template >= 1.2 && < 1.4 - , transformers >= 0.2.2 && < 0.4 + , transformers >= 0.2.2 , blaze-builder , conduit , resourcet >= 0.4.5 diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index 2cef56c1..d9b657c1 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -27,7 +27,7 @@ library , yesod-persistent >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , monad-control >= 0.3 && < 0.4 - , transformers >= 0.2.2 && < 0.4 + , transformers >= 0.2.2 , wai >= 1.3 , wai-extra >= 1.3 , hamlet >= 1.1