name: monad-persist version: 0.0.1.2 category: Database synopsis: An mtl-style typeclass and transformer for persistent. description: An mtl-style typeclass and transformer for persistent. author: Alexis King maintainer: Alexis King copyright: 2017 CJ Affiliate by Conversant license: ISC extra-source-files: - CHANGELOG.md - package.yaml - README.md - stack.yaml ghc-options: -Wall library: dependencies: - base >= 4.7 && < 5 - exceptions >= 0.6 - monad-control >= 1.0.0.0 && < 2 - monad-logger >= 0.3.10 - mtl - persistent >= 2.5 && < 3 - text - transformers-base source-dirs: library tests: monad-persist-test-suite: dependencies: - base - hspec - monad-control - monad-logger - monad-persist - persistent - persistent-sqlite - persistent-template - text ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N main: Main.hs source-dirs: test-suite