Newer conduit, http-conduit

This commit is contained in:
Michael Snoyman 2012-01-18 12:44:22 +02:00
parent e5ad426976
commit 8c4a8102a0
6 changed files with 7 additions and 5 deletions

@ -1 +1 @@
Subproject commit e1a2d68cddfc97354ad5bbf2b4ead7a756d8cc1a
Subproject commit 09d4081079831658b8977cb1e0734330299289b2

1
http-conduit Submodule

@ -0,0 +1 @@
Subproject commit cfcbefe93ecea0b84225294b4edc133fd921d8db

View File

@ -1,6 +1,7 @@
#!/bin/bash
pkgs=( ./yesod-routes
pkgs=( ./http-conduit
./yesod-routes
./yesod-core
./yesod-json
./yesod-static

View File

@ -42,7 +42,7 @@ library
, persistent >= 0.7 && < 0.8
, persistent-template >= 0.7 && < 0.8
, SHA >= 1.4.1.3 && < 1.6
, http-conduit >= 1.1 && < 1.2
, http-conduit >= 1.2 && < 1.3
, aeson >= 0.5
, pwstore-fast >= 2.2 && < 3
, lifted-base >= 0.1 && < 0.2

View File

@ -79,7 +79,7 @@ library
, aeson >= 0.5
, fast-logger >= 0.0.1
, wai-logger >= 0.0.1
, conduit >= 0.0 && < 0.1
, conduit >= 0.0 && < 0.2
, lifted-base >= 0.1 && < 0.2
exposed-modules: Yesod.Content

View File

@ -23,7 +23,7 @@ library
, containers >= 0.2
, blaze-builder
, attoparsec-conduit >= 0.0 && < 0.1
, conduit >= 0.0 && < 0.1
, conduit >= 0.0 && < 0.2
, transformers >= 0.2.2 && < 0.3
, wai >= 1.0 && < 1.1
, wai-extra >= 1.0 && < 1.1