Merge pull request #99 from haskell-servant/jkarni/bump-attoparsec

Bump attoparsec
This commit is contained in:
Alp Mestanogullari 2015-05-27 15:32:39 +01:00
commit 0c5ae32518
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.4.1
-----
* Bump attoparsec upper bound to < 0.14
* Bump wai-app-static upper bound to < 3.2
0.4
---
* `Delete` now is like `Get`, `Post`, `Put`, and `Patch` and returns a response body

View File

@ -41,7 +41,7 @@ library
build-depends:
base >= 4.7 && < 5
, aeson >= 0.7 && < 0.9
, attoparsec >= 0.12 && < 0.13
, attoparsec >= 0.12 && < 0.14
, bytestring >= 0.10 && < 0.11
, either >= 4.3 && < 4.4
, http-types >= 0.8 && < 0.9