cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 92765a23465a542f737f8281f341cfbb58f06d8b0868c80f4f0c1a5a75950ab2
name: postgresql-tx-monad-logger
version: 0.1.0.0
synopsis: postgresql-tx interfacing for use with monad-logger.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
source-repository head
type: git
location: https://github.com/simspace/postgresql-tx
subdir: monad-logger
library
exposed-modules:
Database.PostgreSQL.Tx.MonadLogger
other-modules:
Paths_postgresql_tx_monad_logger
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, monad-logger >=0.3.32 && <0.4
, postgresql-tx >=0.1.0.0 && <0.2
default-language: Haskell2010