diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 89ef3d7d..1992db53 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.1.3 +version: 1.1.4 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index f4106e0d..e7520637 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.1.7.2 +version: 1.1.8 license: MIT license-file: LICENSE author: Michael Snoyman @@ -72,7 +72,7 @@ library , monad-control >= 0.3 && < 0.4 , transformers-base >= 0.4 , cookie >= 0.4 && < 0.5 - , http-types >= 0.7 && < 0.8 + , http-types >= 0.7 , case-insensitive >= 0.2 , parsec >= 2 && < 3.2 , directory >= 1 diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index b76d298b..fd9a031b 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -1,5 +1,5 @@ name: yesod-form -version: 1.2.0.2 +version: 1.2.1 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-routes/yesod-routes.cabal b/yesod-routes/yesod-routes.cabal index 83f78a93..eb367b35 100644 --- a/yesod-routes/yesod-routes.cabal +++ b/yesod-routes/yesod-routes.cabal @@ -1,5 +1,5 @@ name: yesod-routes -version: 1.1.1.1 +version: 1.1.2 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 7a2280b0..045fb0f9 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.1.1.2 +version: 1.1.2 license: MIT license-file: LICENSE author: Michael Snoyman @@ -34,7 +34,7 @@ library , wai >= 1.3 && < 1.4 , text >= 0.9 , file-embed >= 0.0.4.1 && < 0.5 - , http-types >= 0.7 && < 0.8 + , http-types >= 0.7 , unix-compat >= 0.2 , conduit >= 0.5 && < 0.6 , crypto-conduit >= 0.4 && < 0.5 diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 5ad9c499..040ed8fa 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 0.3.3 +version: 0.3.3.1 license: MIT license-file: LICENSE author: Nubis @@ -21,7 +21,7 @@ library , wai >= 1.3 && < 1.4 , wai-test >= 1.3 && < 1.4 , network >= 2.2 - , http-types >= 0.7 && < 0.8 + , http-types >= 0.7 , HUnit >= 1.2 && < 1.3 , hspec >= 1.4 , bytestring >= 0.9 diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index c09189af..741f19ab 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.1.7.2 +version: 1.1.8 license: MIT license-file: LICENSE author: Michael Snoyman @@ -87,7 +87,7 @@ executable yesod , unix-compat >= 0.2 && < 0.5 , containers >= 0.2 , attoparsec >= 0.10 - , http-types >= 0.7 && < 0.8 + , http-types >= 0.7 , blaze-builder >= 0.2.1.4 && < 0.4 , filepath >= 1.1 , process