diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index aa0ab721..e5087af3 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.1.5.1 +version: 1.1.5.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -40,8 +40,8 @@ library , aeson >= 0.5 , pwstore-fast >= 2.2 && < 3 , lifted-base >= 0.1 - , blaze-html >= 0.5 && < 0.6 - , blaze-markup >= 0.5.1 && < 0.6 + , blaze-html >= 0.5 + , blaze-markup >= 0.5.1 , network , http-types , file-embed diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 1b6a5f73..1262391a 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.1.8.1 +version: 1.1.8.2 license: MIT license-file: LICENSE author: Michael Snoyman @@ -83,8 +83,8 @@ library , conduit >= 0.5 , resourcet >= 0.3 && < 0.5 , lifted-base >= 0.1 - , blaze-html >= 0.5 && < 0.6 - , blaze-markup >= 0.5.1 && < 0.6 + , blaze-html >= 0.5 + , blaze-markup >= 0.5.1 exposed-modules: Yesod.Content Yesod.Core diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index ea1a48bd..29c475a2 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.1.8.1 +version: 1.1.8.2 license: MIT license-file: LICENSE author: Michael Snoyman @@ -41,8 +41,8 @@ library , shakespeare-js >= 1.0.2 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 , warp >= 1.3 && < 1.4 - , blaze-html >= 0.5 && < 0.6 - , blaze-markup >= 0.5.1 && < 0.6 + , blaze-html >= 0.5 + , blaze-markup >= 0.5.1 , aeson exposed-modules: Yesod