Switch over to WIP conduit 1.3
This commit is contained in:
parent
8a30e487b0
commit
eac95935e6
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user