Skip to content

Commit

Permalink
update bounds so scaffold builds with GHC 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Oct 15, 2012
1 parent 23da1c9 commit 9577083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yesod/scaffold/project.cabal.cg
Expand Up @@ -59,7 +59,7 @@ library
, yesod-form >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.2
, yesod-test >= 0.3 && < 0.4 , yesod-test >= 0.3 && < 0.4
, clientsession >= 0.8 && < 0.9 , clientsession >= 0.8 && < 0.9
, bytestring >= 0.9 && < 0.10 , bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 0.12 , text >= 0.11 && < 0.12
, persistent >= 1.0 && < 1.1 , persistent >= 1.0 && < 1.1
, persistent-~backendLower~ >= 1.0 && < 1.1 , persistent-~backendLower~ >= 1.0 && < 1.1
Expand All @@ -73,7 +73,7 @@ library
, wai-extra >= 1.3 && < 1.4 , wai-extra >= 1.3 && < 1.4
, yaml >= 0.8 && < 0.9 , yaml >= 0.8 && < 0.9
, http-conduit >= 1.5 && < 1.7 , http-conduit >= 1.5 && < 1.7
, directory >= 1.1 && < 1.2 , directory >= 1.1 && < 1.3
, warp >= 1.3 && < 1.4 , warp >= 1.3 && < 1.4
, data-default , data-default


Expand Down

0 comments on commit 9577083

Please sign in to comment.