Scaffolding: allow http-conduit 1.6 (snoyberg/http-conduit#44)

This commit is contained in:
Michael Snoyman 2012-08-15 17:52:32 +03:00
parent 94ca240e5e
commit 5da6d0d9ea
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ library
, monad-control >= 0.3 && < 0.4
, wai-extra >= 1.3 && < 1.4
, yaml >= 0.8 && < 0.9
, http-conduit >= 1.5 && < 1.6
, http-conduit >= 1.5 && < 1.7
, directory >= 1.1 && < 1.2
, warp >= 1.3 && < 1.4
, data-default

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.1.0
version: 1.1.0.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>