Drop an upper bound

This commit is contained in:
Michael Snoyman 2017-11-07 06:03:59 +02:00
parent 299d0569af
commit abc50deffe
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.5.2.6
* Drop an upper bound
## 1.5.2.5
* Support for `add-handler` when modules are in `src/` directory [#1413](https://github.com/yesodweb/yesod/issues/1413)

View File

@ -1,5 +1,5 @@
name: yesod-bin
version: 1.5.2.5
version: 1.5.2.6
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -33,7 +33,7 @@ executable yesod
, template-haskell
, directory >= 1.2.1
, Cabal >= 1.18
, unix-compat >= 0.2 && < 0.5
, unix-compat >= 0.2
, containers >= 0.2
, attoparsec >= 0.10
, http-types >= 0.7