Drop an upper bound
This commit is contained in:
parent
299d0569af
commit
abc50deffe
@ -1,3 +1,7 @@
|
|||||||
|
## 1.5.2.6
|
||||||
|
|
||||||
|
* Drop an upper bound
|
||||||
|
|
||||||
## 1.5.2.5
|
## 1.5.2.5
|
||||||
|
|
||||||
* Support for `add-handler` when modules are in `src/` directory [#1413](https://github.com/yesodweb/yesod/issues/1413)
|
* Support for `add-handler` when modules are in `src/` directory [#1413](https://github.com/yesodweb/yesod/issues/1413)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.5.2.5
|
version: 1.5.2.6
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -33,7 +33,7 @@ executable yesod
|
|||||||
, template-haskell
|
, template-haskell
|
||||||
, directory >= 1.2.1
|
, directory >= 1.2.1
|
||||||
, Cabal >= 1.18
|
, Cabal >= 1.18
|
||||||
, unix-compat >= 0.2 && < 0.5
|
, unix-compat >= 0.2
|
||||||
, containers >= 0.2
|
, containers >= 0.2
|
||||||
, attoparsec >= 0.10
|
, attoparsec >= 0.10
|
||||||
, http-types >= 0.7
|
, http-types >= 0.7
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user