Fix Crud
This commit is contained in:
parent
ca4eb9cb90
commit
a3a5d03e2d
@ -18,6 +18,7 @@ import Yesod.Form
|
|||||||
import Language.Haskell.TH.Syntax
|
import Language.Haskell.TH.Syntax
|
||||||
import Yesod.Persist
|
import Yesod.Persist
|
||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
|
import Web.Routes.Quasi (toSinglePiece, fromSinglePiece)
|
||||||
|
|
||||||
-- | An entity which can be displayed by the Crud subsite.
|
-- | An entity which can be displayed by the Crud subsite.
|
||||||
class Item a where
|
class Item a where
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-form
|
name: yesod-form
|
||||||
version: 0.1.0
|
version: 0.1.0.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -28,6 +28,7 @@ library
|
|||||||
, blaze-html >= 0.4 && < 0.5
|
, blaze-html >= 0.4 && < 0.5
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9 && < 0.10
|
||||||
, text >= 0.7 && < 1.0
|
, text >= 0.7 && < 1.0
|
||||||
|
, web-routes-quasi >= 0.7 && < 0.8
|
||||||
exposed-modules: Yesod.Form
|
exposed-modules: Yesod.Form
|
||||||
Yesod.Form.Class
|
Yesod.Form.Class
|
||||||
Yesod.Form.Core
|
Yesod.Form.Core
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user