diff --git a/servant-server/CHANGELOG.md b/servant-server/CHANGELOG.md index 19975bba..4a1d4f33 100644 --- a/servant-server/CHANGELOG.md +++ b/servant-server/CHANGELOG.md @@ -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 diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 116c0a10..8aea2e55 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -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