Allow blaze-builder 0.4
This commit is contained in:
parent
d83bcb62a1
commit
376b6f9c0d
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.8.2
|
||||||
|
|
||||||
|
* Allow blaze-builder 0.4
|
||||||
|
|
||||||
## 1.4.8.1
|
## 1.4.8.1
|
||||||
|
|
||||||
* Bump upper bound on path-pieces
|
* Bump upper bound on path-pieces
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.4.8.1
|
version: 1.4.8.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -31,7 +31,7 @@ library
|
|||||||
, template-haskell
|
, template-haskell
|
||||||
, path-pieces >= 0.1.2 && < 0.3
|
, path-pieces >= 0.1.2 && < 0.3
|
||||||
, shakespeare >= 2.0
|
, shakespeare >= 2.0
|
||||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
, blaze-builder >= 0.2.1.4 && < 0.5
|
||||||
, transformers >= 0.2.2
|
, transformers >= 0.2.2
|
||||||
, mtl
|
, mtl
|
||||||
, clientsession >= 0.9.1 && < 0.10
|
, clientsession >= 0.9.1 && < 0.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user