diff --git a/yesod/hsfiles/mongo.hsfiles b/yesod/hsfiles/mongo.hsfiles index 99020f6b..3b76af9c 100644 --- a/yesod/hsfiles/mongo.hsfiles +++ b/yesod/hsfiles/mongo.hsfiles @@ -380,7 +380,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.5 && < 1.7 + , http-conduit >= 1.8 && < 1.9 , 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 3aa85348..61ed0531 100644 --- a/yesod/hsfiles/mysql.hsfiles +++ b/yesod/hsfiles/mysql.hsfiles @@ -381,7 +381,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.5 && < 1.7 + , http-conduit >= 1.8 && < 1.9 , 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 10100ea3..47efd849 100644 --- a/yesod/hsfiles/postgres.hsfiles +++ b/yesod/hsfiles/postgres.hsfiles @@ -381,7 +381,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.5 && < 1.7 + , http-conduit >= 1.8 && < 1.9 , 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 858997ea..337be163 100644 --- a/yesod/hsfiles/simple.hsfiles +++ b/yesod/hsfiles/simple.hsfiles @@ -310,7 +310,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.5 && < 1.7 + , http-conduit >= 1.8 && < 1.9 , 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 63e8ce53..7fdf7133 100644 --- a/yesod/hsfiles/sqlite.hsfiles +++ b/yesod/hsfiles/sqlite.hsfiles @@ -381,7 +381,7 @@ library , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.3 && < 1.4 , yaml >= 0.8 && < 0.9 - , http-conduit >= 1.5 && < 1.7 + , http-conduit >= 1.8 && < 1.9 , directory >= 1.1 && < 1.3 , warp >= 1.3 && < 1.4 , data-default