Fix scaffolded cabal file
This commit is contained in:
parent
937d2e7c2c
commit
0257c9a0de
@ -81,12 +81,11 @@ executable ~project~
|
|||||||
, yesod-static >= 1.0 && < 1.1
|
, yesod-static >= 1.0 && < 1.1
|
||||||
, yesod-default >= 1.0 && < 1.1
|
, yesod-default >= 1.0 && < 1.1
|
||||||
, yesod-form >= 1.0 && < 1.1
|
, yesod-form >= 1.0 && < 1.1
|
||||||
, mime-mail >= 0.3.0.3 && < 0.5
|
|
||||||
, clientsession >= 0.7.3 && < 0.8
|
, clientsession >= 0.7.3 && < 0.8
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9 && < 0.10
|
||||||
, text >= 0.11 && < 0.12
|
, text >= 0.11 && < 0.12
|
||||||
, persistent >= 0.8 && < 0.9
|
, persistent >= 0.9 && < 0.10
|
||||||
, persistent-~backendLower~ >= 0.8 && < 0.9
|
, persistent-~backendLower~ >= 0.9 && < 0.10
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet >= 0.10 && < 0.11
|
, hamlet >= 0.10 && < 0.11
|
||||||
, shakespeare-css >= 0.10 && < 0.11
|
, shakespeare-css >= 0.10 && < 0.11
|
||||||
@ -96,5 +95,5 @@ executable ~project~
|
|||||||
, monad-control >= 0.3 && < 0.4
|
, monad-control >= 0.3 && < 0.4
|
||||||
, wai-extra >= 1.2 && < 1.3
|
, wai-extra >= 1.2 && < 1.3
|
||||||
, yaml >= 0.6 && < 0.7
|
, yaml >= 0.6 && < 0.7
|
||||||
, http-conduit >= 1.2 && < 1.3
|
, http-conduit >= 1.3 && < 1.4
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.0.0
|
version: 1.0.0.20120315
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user