diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 4c8bd144..70430ec1 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.1.5.3 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -17,8 +17,8 @@ library build-depends: base >= 4 && < 5 , authenticate >= 1.3 , bytestring >= 0.9.1.4 - , yesod-core >= 1.1 && < 1.2 - , wai >= 1.3 + , yesod-core >= 1.2 && < 1.3 + , wai >= 1.4 , template-haskell , pureMD5 >= 2.0 , random >= 1.0.0.2 @@ -30,10 +30,10 @@ library , shakespeare-js >= 1.0.2 && < 1.2 , containers , unordered-containers - , yesod-form >= 1.1 && < 1.3 + , yesod-form >= 1.3 && < 1.4 , transformers >= 0.2.2 - , persistent >= 1.0 && < 1.2 - , persistent-template >= 1.0 && < 1.2 + , persistent >= 1.1 && < 1.2 + , persistent-template >= 1.1 && < 1.2 , SHA >= 1.4.1.3 , http-conduit >= 1.5 , aeson >= 0.5 diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 84a52612..a0398fcf 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.1.8.2 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-default/yesod-default.cabal b/yesod-default/yesod-default.cabal index 130c7ba4..dec592c5 100644 --- a/yesod-default/yesod-default.cabal +++ b/yesod-default/yesod-default.cabal @@ -1,5 +1,5 @@ name: yesod-default -version: 1.1.3.2 +version: 1.2.0 license: MIT license-file: LICENSE author: Patrick Brisbin @@ -18,9 +18,9 @@ library cpp-options: -DWINDOWS build-depends: base >= 4 && < 5 - , yesod-core >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 , warp >= 1.3 && < 1.4 - , wai >= 1.3 && < 1.5 + , wai >= 1.4 && < 1.5 , wai-extra >= 1.3 && < 1.4 , bytestring >= 0.9.1.4 , transformers >= 0.2.2 && < 0.4 diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index c1b8c8d7..dd15747a 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -1,5 +1,5 @@ name: yesod-form -version: 1.2.1.3 +version: 1.3.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -14,8 +14,8 @@ description: Form handling support for Yesod Web Framework library build-depends: base >= 4 && < 5 - , yesod-core >= 1.1 && < 1.2 - , yesod-persistent >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 + , yesod-persistent >= 1.2 && < 1.3 , time >= 1.1.4 , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 diff --git a/yesod-newsfeed/yesod-newsfeed.cabal b/yesod-newsfeed/yesod-newsfeed.cabal index f6ce8cda..cdca81ab 100644 --- a/yesod-newsfeed/yesod-newsfeed.cabal +++ b/yesod-newsfeed/yesod-newsfeed.cabal @@ -1,5 +1,5 @@ name: yesod-newsfeed -version: 1.1.0.1 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -14,7 +14,7 @@ description: Helper functions and data types for producing News feeds. library build-depends: base >= 4 && < 5 - , yesod-core >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 , time >= 1.1.4 , hamlet >= 1.1 && < 1.2 , bytestring >= 0.9.1.4 diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index 483b8873..5d174f01 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -1,5 +1,5 @@ name: yesod-persistent -version: 1.1.0.1 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -14,7 +14,7 @@ description: Some helpers for using Persistent from Yesod. library build-depends: base >= 4 && < 5 - , yesod-core >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 , persistent >= 1.1 && < 1.2 , persistent-template >= 1.1 && < 1.2 , transformers >= 0.2.2 && < 0.4 diff --git a/yesod-sitemap/yesod-sitemap.cabal b/yesod-sitemap/yesod-sitemap.cabal index 53605135..2d05c037 100644 --- a/yesod-sitemap/yesod-sitemap.cabal +++ b/yesod-sitemap/yesod-sitemap.cabal @@ -1,5 +1,5 @@ name: yesod-sitemap -version: 1.1.0.1 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -14,7 +14,7 @@ description: Generate XML sitemaps. library build-depends: base >= 4 && < 5 - , yesod-core >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 , time >= 1.1.4 , xml-conduit >= 1.0 , text diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 39249b72..fcb0cfc1 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.1.2.2 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -23,7 +23,7 @@ library build-depends: base >= 4 && < 5 , containers >= 0.2 , old-time >= 1.0 - , yesod-core >= 1.1 && < 1.2 + , yesod-core >= 1.2 && < 1.3 , base64-bytestring >= 0.1.0.1 , cereal >= 0.3 , bytestring >= 0.9.1.4 diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 2fae28ff..3f84697e 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 0.3.5 +version: 0.4.0 license: MIT license-file: LICENSE author: Nubis diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index 4c44718e..5897ff86 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.1.9.2 +version: 1.2.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -28,11 +28,11 @@ extra-source-files: library build-depends: base >= 4.3 && < 5 - , yesod-core >= 1.1.5 && < 1.2 - , yesod-auth >= 1.1 && < 1.2 - , yesod-persistent >= 1.1 && < 1.2 - , yesod-form >= 1.1 && < 1.3 - , yesod-default >= 1.1.3 && < 1.2 + , yesod-core >= 1.2 && < 1.3 + , yesod-auth >= 1.2 && < 1.3 + , yesod-persistent >= 1.2 && < 1.3 + , yesod-form >= 1.3 && < 1.4 + , yesod-default >= 1.2 && < 1.3 , monad-control >= 0.3 && < 0.4 , transformers >= 0.2.2 && < 0.4 , wai >= 1.3 && < 1.5