27 lines
988 B
Plaintext
27 lines
988 B
Plaintext
name: yesod-persistent
|
|
version: 1.1.0.1
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Michael Snoyman <michael@snoyman.com>
|
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
|
synopsis: Some helpers for using Persistent from Yesod.
|
|
category: Web, Yesod, Database
|
|
stability: Stable
|
|
cabal-version: >= 1.6
|
|
build-type: Simple
|
|
homepage: http://www.yesodweb.com/
|
|
description: Some helpers for using Persistent from Yesod.
|
|
|
|
library
|
|
build-depends: base >= 4 && < 5
|
|
, yesod-core >= 1.1 && < 1.2
|
|
, persistent >= 1.1 && < 1.2
|
|
, persistent-template >= 1.1 && < 1.2
|
|
, transformers >= 0.2.2 && < 0.4
|
|
exposed-modules: Yesod.Persist
|
|
ghc-options: -Wall
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/yesodweb/yesod
|