packages feed

postgresql-tx-squeal-0.1.0.0: postgresql-tx-squeal.cabal

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: ec2093cdd28764a2714fde9b8bb6779e505a1ebb631618e8362b78c63e60d8ab

name:           postgresql-tx-squeal
version:        0.1.0.0
synopsis:       postgresql-tx interfacing for use with squeal-postgresql.
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: squeal

library
  exposed-modules:
      Database.PostgreSQL.Tx.Squeal
      Database.PostgreSQL.Tx.Squeal.Internal.Reexport
  other-modules:
      Paths_postgresql_tx_squeal
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , generics-sop >=0.5.1.0 && <0.6
    , postgresql-libpq >=0.9.4.2 && <0.10
    , postgresql-tx >=0.1.0.0 && <0.2
    , records-sop >=0.1.0.3 && <0.2
    , squeal-postgresql >=0.6.0.2 && <0.7
  default-language: Haskell2010