packages feed

hipsql-tx-simple-0.0.0.0: hipsql-tx-simple.cabal

cabal-version: 1.12

name:           hipsql-tx-simple
version:        0.0.0.0
description:    Please see the README on GitHub at <https://github.com/simspace/hipsql#readme>
homepage:       https://github.com/simspace/hipsql#readme
bug-reports:    https://github.com/simspace/hipsql/issues
author:         Cary Robbins
maintainer:     carymrobbins@gmail.com
copyright:      2022 SimSpace
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/simspace/hipsql

library
  exposed-modules:
      Hipsql.Tx.Simple
  other-modules:
      Paths_hipsql_tx_simple
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , hipsql-monad >=0.0.0.0 && <1
    , hipsql-server >=0.0.0.0 && <1
    , postgresql-simple >=0.6.4 && <1
    , postgresql-tx >=0.3.0.0 && <1
  default-language: Haskell2010