From 078fee969b5c57cb475eaa0a06252afa93efbabb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Feb 2013 08:04:38 +0200 Subject: [PATCH] Scaffolding: allow http-conduit 1.9 --- yesod/hsfiles/mongo.hsfiles | 2 +- yesod/hsfiles/mysql.hsfiles | 2 +- yesod/hsfiles/postgres-fay.hsfiles | 2 +- yesod/hsfiles/postgres.hsfiles | 2 +- yesod/hsfiles/simple.hsfiles | 2 +- yesod/hsfiles/sqlite.hsfiles | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/yesod/hsfiles/mongo.hsfiles b/yesod/hsfiles/mongo.hsfiles index 81e757f9..3ebf9fa8 100644 --- a/yesod/hsfiles/mongo.hsfiles +++ b/yesod/hsfiles/mongo.hsfiles @@ -413,7 +413,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default diff --git a/yesod/hsfiles/mysql.hsfiles b/yesod/hsfiles/mysql.hsfiles index bd3c840a..d0af27c4 100644 --- a/yesod/hsfiles/mysql.hsfiles +++ b/yesod/hsfiles/mysql.hsfiles @@ -416,7 +416,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default diff --git a/yesod/hsfiles/postgres-fay.hsfiles b/yesod/hsfiles/postgres-fay.hsfiles index 22e182c1..b38c8bae 100644 --- a/yesod/hsfiles/postgres-fay.hsfiles +++ b/yesod/hsfiles/postgres-fay.hsfiles @@ -453,7 +453,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default diff --git a/yesod/hsfiles/postgres.hsfiles b/yesod/hsfiles/postgres.hsfiles index dcb4ec28..864f1d5f 100644 --- a/yesod/hsfiles/postgres.hsfiles +++ b/yesod/hsfiles/postgres.hsfiles @@ -416,7 +416,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default diff --git a/yesod/hsfiles/simple.hsfiles b/yesod/hsfiles/simple.hsfiles index f2813f6f..d8374817 100644 --- a/yesod/hsfiles/simple.hsfiles +++ b/yesod/hsfiles/simple.hsfiles @@ -340,7 +340,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default diff --git a/yesod/hsfiles/sqlite.hsfiles b/yesod/hsfiles/sqlite.hsfiles index d91019e3..8571f03c 100644 --- a/yesod/hsfiles/sqlite.hsfiles +++ b/yesod/hsfiles/sqlite.hsfiles @@ -416,7 +416,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.8 && < 1.9 + , http-conduit >= 1.8 && < 1.10 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default