diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 51198748..fb71aa5a 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -393,7 +393,7 @@ library , yesod-static >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , persistent >= 1.3 && < 1.4 , persistent-mongoDB >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4 @@ -410,11 +410,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only) diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 84577af0..f0d01881 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -397,7 +397,7 @@ library , yesod-static >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , persistent >= 1.3 && < 1.4 , persistent-mysql >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4 @@ -414,11 +414,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only) diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index c8a47fec..fa3439bc 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -435,7 +435,7 @@ library , yesod-fay >= 0.4 , fay >= 0.16 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , persistent >= 1.3 && < 1.4 , persistent-postgresql >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4 @@ -451,11 +451,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only) diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 272a0d7e..f3469ebc 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -397,7 +397,7 @@ library , yesod-static >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , persistent >= 1.3 && < 1.4 , persistent-postgresql >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4 @@ -414,11 +414,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only) diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index f9ecb686..70a88b89 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -327,7 +327,7 @@ library , yesod-static >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , template-haskell , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 @@ -341,11 +341,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only) diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 1cfb5767..1ddd6ac1 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -397,7 +397,7 @@ library , yesod-static >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4 , bytestring >= 0.9 && < 0.11 - , text >= 0.11 && < 0.12 + , text >= 0.11 && < 2.0 , persistent >= 1.3 && < 1.4 , persistent-sqlite >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4 @@ -414,11 +414,11 @@ library , directory >= 1.1 && < 1.3 , warp >= 2.0 && < 2.1 , data-default - , aeson - , conduit >= 1.0 - , monad-logger >= 0.3 - , fast-logger >= 2.1 - , wai-logger >= 2.0 + , aeson >= 0.6 && < 0.8 + , conduit >= 1.0 && < 2.0 + , monad-logger >= 0.3 && < 0.4 + , fast-logger >= 2.1 && < 2.2 + , wai-logger >= 2.1 && < 2.2 executable PROJECTNAME if flag(library-only)