Fix scaffolded cabal file

This commit is contained in:
Michael Snoyman 2012-03-15 18:44:42 +02:00
parent 937d2e7c2c
commit 0257c9a0de
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.0.0
version: 1.0.0.20120315
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>