Allow path-pieces 0.2

This commit is contained in:
Michael Snoyman 2015-02-19 11:56:24 +02:00
parent d82d3843b4
commit df0cf82f56
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.4.8.1
* Bump upper bound on path-pieces
## 1.4.8
* Add a bunch of `Semigroup` instances

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.8
version: 1.4.8.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -29,7 +29,7 @@ library
, bytestring >= 0.9.1.4
, text >= 0.7
, template-haskell
, path-pieces >= 0.1.2 && < 0.2
, path-pieces >= 0.1.2 && < 0.3
, shakespeare >= 2.0
, blaze-builder >= 0.2.1.4 && < 0.4
, transformers >= 0.2.2