Skip to content

Commit

Permalink
Merge pull request haskell-servant#106 from haskell-servant/jkarni/bu…
Browse files Browse the repository at this point in the history
…mp-either

Bump 'either' upper-bound
  • Loading branch information
alpmestan committed May 29, 2015
2 parents d785b7f + ce012da commit db8cf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-----
* Bump attoparsec upper bound to < 0.14
* Bump wai-app-static upper bound to < 3.2
* Bump either upper bound to < 4.5

0.4
---
Expand Down
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, aeson >= 0.7 && < 0.9
, attoparsec >= 0.12 && < 0.14
, bytestring >= 0.10 && < 0.11
, either >= 4.3 && < 4.4
, either >= 4.3 && < 4.5
, http-types >= 0.8 && < 0.9
, network-uri >= 2.6 && < 2.7
, mtl >= 2 && < 3
Expand Down

0 comments on commit db8cf8b

Please sign in to comment.