name: yesod-persistent
version: 1.4.3
cabal-version: >=1.8
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://www.yesodweb.com/
synopsis: Some helpers for using Persistent from Yesod.
description:
API docs and the README are available at <http://www.stackage.org/package/yesod-persistent>
category: Web, Yesod, Database
author: Michael Snoyman <michael@snoyman.com>
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/yesodweb/yesod
library
exposed-modules:
Yesod.Persist
Yesod.Persist.Core
build-depends:
base ==4.*,
yesod-core >=1.4.0 && <1.5,
persistent >=2.1 && <2.8,
persistent-template >=2.1 && <2.8,
transformers >=0.2.2,
blaze-builder -any,
conduit -any,
resourcet >=0.4.5,
resource-pool -any
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base -any,
hspec -any,
wai-extra -any,
yesod-core -any,
persistent-sqlite -any,
yesod-persistent -any,
conduit -any,
blaze-builder -any,
persistent -any,
text -any
hs-source-dirs: test
other-modules:
Yesod.PersistSpec