From 0257c9a0de70ea0bda8d5a9620262a94eeab918c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Mar 2012 18:44:42 +0200 Subject: [PATCH] Fix scaffolded cabal file --- yesod/scaffold/project.cabal.cg | 7 +++---- yesod/yesod.cabal | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/yesod/scaffold/project.cabal.cg b/yesod/scaffold/project.cabal.cg index dbda15f9..5677a14c 100644 --- a/yesod/scaffold/project.cabal.cg +++ b/yesod/scaffold/project.cabal.cg @@ -81,12 +81,11 @@ executable ~project~ , yesod-static >= 1.0 && < 1.1 , yesod-default >= 1.0 && < 1.1 , yesod-form >= 1.0 && < 1.1 - , mime-mail >= 0.3.0.3 && < 0.5 , clientsession >= 0.7.3 && < 0.8 , bytestring >= 0.9 && < 0.10 , text >= 0.11 && < 0.12 - , persistent >= 0.8 && < 0.9 - , persistent-~backendLower~ >= 0.8 && < 0.9 + , persistent >= 0.9 && < 0.10 + , persistent-~backendLower~ >= 0.9 && < 0.10 , template-haskell , hamlet >= 0.10 && < 0.11 , shakespeare-css >= 0.10 && < 0.11 @@ -96,5 +95,5 @@ executable ~project~ , monad-control >= 0.3 && < 0.4 , wai-extra >= 1.2 && < 1.3 , yaml >= 0.6 && < 0.7 - , http-conduit >= 1.2 && < 1.3 + , http-conduit >= 1.3 && < 1.4 diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index 3f6f81b9..3972f0ad 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 1.0.0 +version: 1.0.0.20120315 license: BSD3 license-file: LICENSE author: Michael Snoyman