packages feed

monad-persist-0.0.3.0: monad-persist.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 58cf23e0f8e24c96c91c1a1b4d326164fcc139652890ce28de144149541c30c2

name:           monad-persist
version:        0.0.3.0
synopsis:       An mtl-style typeclass and transformer for persistent.
description:    An mtl-style typeclass and transformer for persistent.
category:       Database
homepage:       https://github.com/cjdev/monad-persist#readme
bug-reports:    https://github.com/cjdev/monad-persist/issues
author:         Alexis King <lexi.lambda@gmail.com>
maintainer:     Alexis King <lexi.lambda@gmail.com>
copyright:      2017 CJ Affiliate by Conversant
license:        ISC
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    CHANGELOG.md
    package.yaml
    README.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/cjdev/monad-persist

library
  exposed-modules:
      Control.Monad.Persist
  other-modules:
      Paths_monad_persist
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4.8 && <5
    , exceptions >=0.6
    , monad-control >=1.0.0.0 && <2
    , monad-logger >=0.3.10
    , mtl
    , persistent >=2.5 && <3
    , text
    , transformers
    , transformers-base
  default-language: Haskell2010

test-suite monad-persist-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Control.Monad.PersistSpec
      Paths_monad_persist
  hs-source-dirs:
      test-suite
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , hspec
    , monad-control
    , monad-logger
    , monad-persist
    , persistent
    , persistent-sqlite
    , persistent-template
    , text
    , transformers
  default-language: Haskell2010