This commit is contained in:
Michael 2011-04-28 08:40:38 +03:00
parent ca4eb9cb90
commit a3a5d03e2d
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ import Yesod.Form
import Language.Haskell.TH.Syntax
import Yesod.Persist
import Data.Text (Text)
import Web.Routes.Quasi (toSinglePiece, fromSinglePiece)
-- | An entity which can be displayed by the Crud subsite.
class Item a where

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 0.1.0
version: 0.1.0.1
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -28,6 +28,7 @@ library
, blaze-html >= 0.4 && < 0.5
, bytestring >= 0.9 && < 0.10
, text >= 0.7 && < 1.0
, web-routes-quasi >= 0.7 && < 0.8
exposed-modules: Yesod.Form
Yesod.Form.Class
Yesod.Form.Core