cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: persistent-mtl
version: 0.5.2
synopsis: Monad transformer for the persistent API
description: A monad transformer and mtl-style type class for using the
persistent API directly in your monad transformer stack.
category: Database
homepage: https://github.com/brandonchinn178/persistent-mtl#readme
bug-reports: https://github.com/brandonchinn178/persistent-mtl/issues
maintainer: Brandon Chinn <brandonchinn178@gmail.com>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
test/__snapshots__/SqlQueryRepSpec.snap.md
source-repository head
type: git
location: https://github.com/brandonchinn178/persistent-mtl
library
exposed-modules:
Control.Monad.IO.Rerunnable
Control.Monad.Trans.Rerunnable
Database.Persist.Monad
Database.Persist.Monad.Class
Database.Persist.Monad.Internal.PersistentShim
Database.Persist.Monad.Internal.SqlTransaction
Database.Persist.Monad.Shim
Database.Persist.Monad.SqlQueryRep
Database.Persist.Monad.TestUtils
Database.Persist.Sql.Shim
other-modules:
Paths_persistent_mtl
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wunused-packages
build-depends:
base <5
, conduit
, containers
, exceptions
, monad-logger
, mtl
, persistent
, resource-pool
, resourcet
, text
, transformers
, unliftio
, unliftio-core
, unliftio-pool
default-language: Haskell2010
if impl(ghc >= 9.4.0) && impl(ghc < 9.4.3)
buildable: False
test-suite persistent-mtl-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Example
Generated
IntegrationSpec
MockedSpec
READMESpec
SqlQueryRepSpec
TestUtils.DB
TestUtils.Esqueleto
Paths_persistent_mtl
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wunused-packages -F -pgmF=skeletest-preprocessor
build-tool-depends:
skeletest:skeletest-preprocessor
build-depends:
base
, bytestring
, conduit
, containers
, esqueleto >=3.5.14.0
, monad-logger
, persistent
, persistent-mtl
, persistent-postgresql >=2.13.0.0
, persistent-sqlite >=2.13.0.3
, resource-pool
, resourcet
, skeletest >=0.2.1
, text
, unliftio
default-language: Haskell2010