Scaffolding: allow http-conduit 1.6 (snoyberg/http-conduit#44)
This commit is contained in:
parent
94ca240e5e
commit
5da6d0d9ea
@ -72,7 +72,7 @@ library
|
|||||||
, monad-control >= 0.3 && < 0.4
|
, monad-control >= 0.3 && < 0.4
|
||||||
, wai-extra >= 1.3 && < 1.4
|
, wai-extra >= 1.3 && < 1.4
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8 && < 0.9
|
||||||
, http-conduit >= 1.5 && < 1.6
|
, http-conduit >= 1.5 && < 1.7
|
||||||
, directory >= 1.1 && < 1.2
|
, directory >= 1.1 && < 1.2
|
||||||
, warp >= 1.3 && < 1.4
|
, warp >= 1.3 && < 1.4
|
||||||
, data-default
|
, data-default
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.1.0
|
version: 1.1.0.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user