diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index d24c93e4..7aac9974 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.8.2 + +* Allow blaze-builder 0.4 + ## 1.4.8.1 * Bump upper bound on path-pieces diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 67b65af5..9bd87b03 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.4.8.1 +version: 1.4.8.2 license: MIT license-file: LICENSE author: Michael Snoyman @@ -31,7 +31,7 @@ library , template-haskell , path-pieces >= 0.1.2 && < 0.3 , shakespeare >= 2.0 - , blaze-builder >= 0.2.1.4 && < 0.4 + , blaze-builder >= 0.2.1.4 && < 0.5 , transformers >= 0.2.2 , mtl , clientsession >= 0.9.1 && < 0.10