conduit 0.2
This commit is contained in:
parent
95200463c6
commit
2724785e04
11
.gitmodules
vendored
11
.gitmodules
vendored
@ -6,4 +6,13 @@
|
|||||||
url = https://github.com/yesodweb/authenticate.git
|
url = https://github.com/yesodweb/authenticate.git
|
||||||
[submodule "http-conduit"]
|
[submodule "http-conduit"]
|
||||||
path = http-conduit
|
path = http-conduit
|
||||||
url = https://github.com/snoyberg/http-conduit.git
|
url = https://github.com/snoyberg/http-conduit
|
||||||
|
[submodule "xml"]
|
||||||
|
path = xml
|
||||||
|
url = https://github.com/snoyberg/xml
|
||||||
|
[submodule "crypto-conduit"]
|
||||||
|
path = crypto-conduit
|
||||||
|
url = https://github.com/snoyberg/crypto-conduit
|
||||||
|
[submodule "yaml"]
|
||||||
|
path = yaml
|
||||||
|
url = https://github.com/snoyberg/yaml
|
||||||
|
|||||||
1
crypto-conduit
Submodule
1
crypto-conduit
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 773ca3871b9c54d18499d69e9b42f122f43a29a8
|
||||||
1
http-conduit
Submodule
1
http-conduit
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5a902e6428b8c22953afe97437286f4062bd28ba
|
||||||
@ -7,6 +7,10 @@ pkgs=( ./yesod-routes
|
|||||||
./yesod-persistent
|
./yesod-persistent
|
||||||
./yesod-newsfeed
|
./yesod-newsfeed
|
||||||
./yesod-form
|
./yesod-form
|
||||||
|
./yaml
|
||||||
|
./http-conduit
|
||||||
|
./crypto-conduit
|
||||||
|
./xml/xml-conduit
|
||||||
./authenticate/authenticate
|
./authenticate/authenticate
|
||||||
./authenticate/authenticate-oauth
|
./authenticate/authenticate-oauth
|
||||||
./authenticate/authenticate-kerberos
|
./authenticate/authenticate-kerberos
|
||||||
|
|||||||
1
xml
Submodule
1
xml
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7612ce5fc78dec2c32b837898b78aae98bfd7177
|
||||||
1
yaml
Submodule
1
yaml
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 78180d5c9a0dc5c322c2529c38f5936e9ce21e70
|
||||||
@ -79,7 +79,7 @@ library
|
|||||||
, aeson >= 0.5
|
, aeson >= 0.5
|
||||||
, fast-logger >= 0.0.1
|
, fast-logger >= 0.0.1
|
||||||
, wai-logger >= 0.0.1
|
, wai-logger >= 0.0.1
|
||||||
, conduit >= 0.0 && < 0.2
|
, conduit >= 0.2 && < 0.3
|
||||||
, lifted-base >= 0.1 && < 0.2
|
, lifted-base >= 0.1 && < 0.2
|
||||||
|
|
||||||
exposed-modules: Yesod.Content
|
exposed-modules: Yesod.Content
|
||||||
|
|||||||
@ -22,8 +22,8 @@ library
|
|||||||
, vector >= 0.9
|
, vector >= 0.9
|
||||||
, containers >= 0.2
|
, containers >= 0.2
|
||||||
, blaze-builder
|
, blaze-builder
|
||||||
, attoparsec-conduit >= 0.0 && < 0.1
|
, attoparsec-conduit >= 0.2 && < 0.3
|
||||||
, conduit >= 0.0 && < 0.2
|
, conduit >= 0.2 && < 0.3
|
||||||
, transformers >= 0.2.2 && < 0.3
|
, transformers >= 0.2.2 && < 0.3
|
||||||
, wai >= 1.1 && < 1.2
|
, wai >= 1.1 && < 1.2
|
||||||
, wai-extra >= 1.1 && < 1.2
|
, wai-extra >= 1.1 && < 1.2
|
||||||
|
|||||||
@ -39,7 +39,7 @@ library
|
|||||||
, file-embed >= 0.0.4.1 && < 0.5
|
, file-embed >= 0.0.4.1 && < 0.5
|
||||||
, http-types >= 0.6.5 && < 0.7
|
, http-types >= 0.6.5 && < 0.7
|
||||||
, unix-compat >= 0.2
|
, unix-compat >= 0.2
|
||||||
, conduit >= 0.0
|
, conduit >= 0.2
|
||||||
, crypto-conduit >= 0.1.1.2 && < 0.2
|
, crypto-conduit >= 0.1.1.2 && < 0.2
|
||||||
, cryptohash >= 0.6.1
|
, cryptohash >= 0.6.1
|
||||||
exposed-modules: Yesod.Static
|
exposed-modules: Yesod.Static
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user