packages feed

persistent-postgresql-0.7.0: persistent-postgresql.cabal

name:            persistent-postgresql
version:         0.7.0
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <michael@snoyman.com>
maintainer:      Michael Snoyman <michael@snoyman.com>
synopsis:        Backend for the persistent library using postgresql.
description:     Based on the postgresql-simple package
category:        Database, Yesod
stability:       Stable
cabal-version:   >= 1.6
build-type:      Simple
homepage:        http://www.yesodweb.com/book/persistent

library
    build-depends:   base                  >= 4        && < 5
                   , transformers          >= 0.2.1    && < 0.3
                   , postgresql-simple     >= 0.0.3    && < 0.1
                   , postgresql-libpq      >= 0.6.1    && < 0.7
                   , persistent            >= 0.7      && < 0.8
                   , containers            >= 0.2
                   , bytestring            >= 0.9      && < 0.10
                   , text                  >= 0.7      && < 0.12
                   , monad-control         >= 0.2      && < 0.4
                   , time                  >= 1.1
                   , aeson                 >= 0.5
                   , conduit
    exposed-modules: Database.Persist.Postgresql
    ghc-options:     -Wall

source-repository head
  type:     git
  location: git://github.com/yesodweb/persistent.git