Adjust some version bounds in scaffolding

This commit is contained in:
Michael Snoyman 2014-01-03 14:58:13 +02:00
parent 14fbd3860c
commit 12480b2d2a
6 changed files with 36 additions and 36 deletions

View File

@ -393,7 +393,7 @@ library
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4 , yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, persistent >= 1.3 && < 1.4 , persistent >= 1.3 && < 1.4
, persistent-mongoDB >= 1.3 && < 1.4 , persistent-mongoDB >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4
@ -410,11 +410,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)

View File

@ -397,7 +397,7 @@ library
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4 , yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, persistent >= 1.3 && < 1.4 , persistent >= 1.3 && < 1.4
, persistent-mysql >= 1.3 && < 1.4 , persistent-mysql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4
@ -414,11 +414,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)

View File

@ -435,7 +435,7 @@ library
, yesod-fay >= 0.4 , yesod-fay >= 0.4
, fay >= 0.16 , fay >= 0.16
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, persistent >= 1.3 && < 1.4 , persistent >= 1.3 && < 1.4
, persistent-postgresql >= 1.3 && < 1.4 , persistent-postgresql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4
@ -451,11 +451,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)

View File

@ -397,7 +397,7 @@ library
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4 , yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, persistent >= 1.3 && < 1.4 , persistent >= 1.3 && < 1.4
, persistent-postgresql >= 1.3 && < 1.4 , persistent-postgresql >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4
@ -414,11 +414,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)

View File

@ -327,7 +327,7 @@ library
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4 , yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, template-haskell , template-haskell
, hamlet >= 1.1 && < 1.2 , hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1 , shakespeare-css >= 1.0 && < 1.1
@ -341,11 +341,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)

View File

@ -397,7 +397,7 @@ library
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2 && < 1.3
, yesod-form >= 1.3 && < 1.4 , yesod-form >= 1.3 && < 1.4
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 2.0
, persistent >= 1.3 && < 1.4 , persistent >= 1.3 && < 1.4
, persistent-sqlite >= 1.3 && < 1.4 , persistent-sqlite >= 1.3 && < 1.4
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3 && < 1.4
@ -414,11 +414,11 @@ library
, directory >= 1.1 && < 1.3 , directory >= 1.1 && < 1.3
, warp >= 2.0 && < 2.1 , warp >= 2.0 && < 2.1
, data-default , data-default
, aeson , aeson >= 0.6 && < 0.8
, conduit >= 1.0 , conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 , monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.1 , fast-logger >= 2.1 && < 2.2
, wai-logger >= 2.0 , wai-logger >= 2.1 && < 2.2
executable PROJECTNAME executable PROJECTNAME
if flag(library-only) if flag(library-only)