-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: monad-persist version: 0.0.1.4 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 maintainer: Alexis King 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 hs-source-dirs: library ghc-options: -Wall build-depends: 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 if impl(ghc < 8) build-depends: transformers exposed-modules: Control.Monad.Persist default-language: Haskell2010 test-suite monad-persist-test-suite type: exitcode-stdio-1.0 main-is: Main.hs 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 other-modules: Control.Monad.PersistSpec default-language: Haskell2010