Switch over to WIP conduit 1.3

This commit is contained in:
Michael Snoyman 2017-12-30 22:47:56 +02:00
parent 8a30e487b0
commit eac95935e6
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
3 changed files with 6 additions and 6 deletions

View File

@ -48,9 +48,9 @@ executable yesod
, fsnotify >= 0.0 && < 0.3 , fsnotify >= 0.0 && < 0.3
, split >= 0.2 && < 0.3 , split >= 0.2 && < 0.3
, file-embed , file-embed
, conduit >= 1.2 , conduit >= 1.3
, conduit-extra >= 1.2.2 , conduit-extra >= 1.3
, resourcet >= 0.3 && < 1.2 , resourcet >= 1.2
, base64-bytestring , base64-bytestring
, lifted-base , lifted-base
, http-reverse-proxy >= 0.4 , http-reverse-proxy >= 0.4

View File

@ -51,8 +51,8 @@ library
, fast-logger >= 2.2 , fast-logger >= 2.2
, wai-logger >= 0.2 , wai-logger >= 0.2
, monad-logger >= 0.3.10 && < 0.4 , monad-logger >= 0.3.10 && < 0.4
, conduit >= 1.2 , conduit >= 1.3
, resourcet >= 0.4.9 && < 1.2 , resourcet >= 1.2
, lifted-base >= 0.1.2 , lifted-base >= 0.1.2
, blaze-html >= 0.5 , blaze-html >= 0.5
, blaze-markup >= 0.7.1 , blaze-markup >= 0.7.1

View File

@ -16,7 +16,7 @@ extra-source-files: README.md ChangeLog.md
library library
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, yesod-core == 1.4.* , yesod-core == 1.4.*
, conduit >= 0.5 && < 1.3 , conduit >= 1.3
, wai >= 1.3 , wai >= 1.3
, wai-eventsource >= 1.3 , wai-eventsource >= 1.3
, wai-extra , wai-extra