68f94a5
name:            persistent-template
a1274d0
version:         2.6.0
a1274d0
x-revision: 1
68f94a5
license:         MIT
68f94a5
license-file:    LICENSE
68f94a5
author:          Michael Snoyman <michael@snoyman.com>
68f94a5
maintainer:      Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
68f94a5
synopsis:        Type-safe, non-relational, multi-backend persistence.
68f94a5
description:     Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent-template>.
68f94a5
category:        Database, Yesod
68f94a5
stability:       Stable
68f94a5
cabal-version:   >= 1.8
68f94a5
build-type:      Simple
68f94a5
homepage:        http://www.yesodweb.com/book/persistent
68f94a5
bug-reports:     https://github.com/yesodweb/persistent/issues
68f94a5
extra-source-files: test/main.hs ChangeLog.md README.md
68f94a5
68f94a5
library
68f94a5
    build-depends:   base                     >= 4.6         && < 5
68f94a5
                   , template-haskell
c2cd388
                   , persistent               >= 2.5       && < 2.10
68f94a5
                   , monad-control            >= 0.2       && < 1.1
68f94a5
                   , bytestring               >= 0.9
68f94a5
                   , text                     >= 0.5
68f94a5
                   , transformers             >= 0.2       && < 0.6
68f94a5
                   , containers
68f94a5
                   , aeson                    >= 0.7       && < 1.5
68f94a5
                   , aeson-compat             >= 0.3.2.0   && < 0.4
68f94a5
                   , monad-logger
68f94a5
                   , unordered-containers
68f94a5
                   , tagged
68f94a5
                   , path-pieces
68f94a5
                   , http-api-data            >= 0.2
68f94a5
                   , ghc-prim
68f94a5
    exposed-modules: Database.Persist.TH
68f94a5
    ghc-options:     -Wall
68f94a5
    if impl(ghc >= 7.4)
68f94a5
       cpp-options: -DGHC_7_4
68f94a5
68f94a5
test-suite test
68f94a5
    type:          exitcode-stdio-1.0
68f94a5
    main-is:       main.hs
68f94a5
    hs-source-dirs: test
68f94a5
68f94a5
    build-depends:   base >= 4.6 && < 5
68f94a5
                   , persistent-template
68f94a5
                   , aeson
68f94a5
                   , hspec >= 1.3
68f94a5
                   , text
68f94a5
                   , persistent
68f94a5
                   , bytestring
68f94a5
                   , QuickCheck
68f94a5
                   , transformers
68f94a5
68f94a5
source-repository head
68f94a5
  type:     git
68f94a5
  location: git://github.com/yesodweb/persistent.git