diff --git a/sources.txt b/sources.txt index 991f9b9d..1452bfc6 100644 --- a/sources.txt +++ b/sources.txt @@ -4,6 +4,7 @@ ./yesod-newsfeed ./yesod-form ./yesod-auth +./yesod-auth-oauth ./yesod-sitemap ./yesod-test ./yesod-bin diff --git a/yesod-auth-oauth/yesod-auth-oauth.cabal b/yesod-auth-oauth/yesod-auth-oauth.cabal index dff15167..7504e853 100644 --- a/yesod-auth-oauth/yesod-auth-oauth.cabal +++ b/yesod-auth-oauth/yesod-auth-oauth.cabal @@ -1,5 +1,5 @@ name: yesod-auth-oauth -version: 1.3.0 +version: 1.4.0 license: BSD3 license-file: LICENSE author: Hiromi Ishii @@ -22,10 +22,10 @@ library build-depends: base >= 4 && < 4.3 build-depends: authenticate-oauth >= 1.5 && < 1.6 , bytestring >= 0.9.1.4 - , yesod-core >= 1.2 && < 1.3 - , yesod-auth >= 1.3 && < 1.4 + , yesod-core >= 1.4 && < 1.5 + , yesod-auth >= 1.4 && < 1.5 , text >= 0.7 - , yesod-form >= 1.3 && < 1.4 + , yesod-form >= 1.4 && < 1.5 , transformers >= 0.2.2 && < 0.5 , lifted-base >= 0.2 && < 0.3 exposed-modules: Yesod.Auth.OAuth diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index a72ddf6e..0f835301 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.3.4.6 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -28,7 +28,7 @@ library build-depends: base >= 4 && < 5 , authenticate >= 1.3 , bytestring >= 0.9.1.4 - , yesod-core >= 1.2 && < 1.3 + , yesod-core >= 1.4 && < 1.5 , wai >= 1.4 , template-haskell , base16-bytestring @@ -36,14 +36,14 @@ library , random >= 1.0.0.2 , text >= 0.7 , mime-mail >= 0.3 - , yesod-persistent >= 1.2 + , yesod-persistent >= 1.4 , hamlet >= 1.1 , shakespeare , shakespeare-css >= 1.0 , shakespeare-js >= 1.0.2 , containers , unordered-containers - , yesod-form >= 1.3 && < 1.4 + , yesod-form >= 1.4 && < 1.5 , transformers >= 0.2.2 , persistent >= 1.2 && < 2.1 , persistent-template >= 1.2 && < 2.1 diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 05d62733..aa9e4657 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.2.13 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 7559c52e..663ee129 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.2.20 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman diff --git a/yesod-eventsource/yesod-eventsource.cabal b/yesod-eventsource/yesod-eventsource.cabal index ecdcddd3..6b0312f0 100644 --- a/yesod-eventsource/yesod-eventsource.cabal +++ b/yesod-eventsource/yesod-eventsource.cabal @@ -1,5 +1,5 @@ name: yesod-eventsource -version: 1.1.1.1 +version: 1.4.0 license: MIT license-file: LICENSE author: Felipe Lessa @@ -28,7 +28,7 @@ description: library build-depends: base >= 4 && < 5 - , yesod-core == 1.2.* + , yesod-core == 1.4.* , conduit >= 0.5 && < 1.3 , wai >= 1.3 , wai-eventsource >= 1.3 diff --git a/yesod-form/yesod-form.cabal b/yesod-form/yesod-form.cabal index ed33e6b6..ad3e8cac 100644 --- a/yesod-form/yesod-form.cabal +++ b/yesod-form/yesod-form.cabal @@ -1,5 +1,5 @@ name: yesod-form -version: 1.3.16 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -18,8 +18,8 @@ flag network-uri library build-depends: base >= 4 && < 5 - , yesod-core >= 1.2 && < 1.3 - , yesod-persistent >= 1.2 && < 1.3 + , yesod-core >= 1.4 && < 1.5 + , yesod-persistent >= 1.4 && < 1.5 , time >= 1.1.4 , shakespeare >= 2.0 , persistent diff --git a/yesod-newsfeed/yesod-newsfeed.cabal b/yesod-newsfeed/yesod-newsfeed.cabal index 2e6f9109..215fdfba 100644 --- a/yesod-newsfeed/yesod-newsfeed.cabal +++ b/yesod-newsfeed/yesod-newsfeed.cabal @@ -1,5 +1,5 @@ name: yesod-newsfeed -version: 1.2.1 +version: 1.4.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.2 && < 1.3 + , yesod-core >= 1.4 && < 1.5 , time >= 1.1.4 , shakespeare >= 2.0 , bytestring >= 0.9.1.4 diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index 105f98ca..77a8e965 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -1,5 +1,5 @@ name: yesod-persistent -version: 1.2.3.1 +version: 1.4.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.2.2 && < 1.3 + , yesod-core >= 1.4.0 && < 1.5 , persistent >= 2.0 && < 2.1 , persistent-template >= 2.0 && < 2.1 , transformers >= 0.2.2 diff --git a/yesod-sitemap/yesod-sitemap.cabal b/yesod-sitemap/yesod-sitemap.cabal index 2274334d..6fea3ed6 100644 --- a/yesod-sitemap/yesod-sitemap.cabal +++ b/yesod-sitemap/yesod-sitemap.cabal @@ -1,5 +1,5 @@ name: yesod-sitemap -version: 1.2.0 +version: 1.4.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.2 && < 1.3 + , yesod-core >= 1.4 && < 1.5 , time >= 1.1.4 , xml-conduit >= 1.0 , text diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 19ffec7e..375494bb 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.2.4 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -27,7 +27,7 @@ library build-depends: base >= 4 && < 5 , containers >= 0.2 , old-time >= 1.0 - , yesod-core >= 1.2 && < 1.3 + , yesod-core >= 1.4 && < 1.5 , base64-bytestring >= 0.1.0.1 , byteable >= 0.1 , bytestring >= 0.9.1.4 @@ -80,7 +80,7 @@ test-suite tests cpp-options: -DTEST_EXPORT build-depends: base , hspec >= 1.3 - , yesod-test >= 1.2 + , yesod-test >= 1.4 , wai-test , wai-extra , HUnit diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 55d1969a..69a45786 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -1,5 +1,5 @@ name: yesod-test -version: 1.2.6 +version: 1.4.0 license: MIT license-file: LICENSE author: Nubis @@ -37,7 +37,7 @@ library , time , blaze-builder , cookie - , yesod-core >= 1.2 + , yesod-core >= 1.4 exposed-modules: Yesod.Test Yesod.Test.CssQuery diff --git a/yesod-websockets/yesod-websockets.cabal b/yesod-websockets/yesod-websockets.cabal index 9e1d0acb..4112b6a2 100644 --- a/yesod-websockets/yesod-websockets.cabal +++ b/yesod-websockets/yesod-websockets.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-websockets -version: 0.1.1.2 +version: 0.2.0 synopsis: WebSockets support for Yesod description: WebSockets support for Yesod homepage: https://github.com/yesodweb/yesod @@ -24,7 +24,7 @@ library , wai-websockets >= 2.1 , websockets >= 0.8 , transformers >= 0.2 - , yesod-core >= 1.2.7 + , yesod-core >= 1.4 , monad-control >= 0.3 , conduit >= 1.0.15.1 , async >= 2.0.1.5 diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index f109eee4..b3383d54 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.2.6.1 +version: 1.4.0 license: MIT license-file: LICENSE author: Michael Snoyman @@ -22,10 +22,10 @@ library cpp-options: -DWINDOWS build-depends: base >= 4.3 && < 5 - , yesod-core >= 1.2.2 && < 1.3 - , yesod-auth >= 1.2 && < 1.4 - , yesod-persistent >= 1.2 && < 1.3 - , yesod-form >= 1.3 && < 1.4 + , yesod-core >= 1.4 && < 1.5 + , yesod-auth >= 1.4 && < 1.5 + , yesod-persistent >= 1.4 && < 1.5 + , yesod-form >= 1.4 && < 1.5 , monad-control >= 0.3 && < 0.4 , transformers >= 0.2.2 , wai >= 1.3