-- Initial postgresql-typed-lifted.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: postgresql-typed-lifted version: 0.5.1.1 synopsis: postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl. description: Provides generalized lifted operations for postgresql-typed. Version numbers track postgresql-typed. homepage: https://gitlab.com/theunixman/postgresql-typed-lifted license: BSD3 license-file: LICENSE author: Evan Cofsky maintainer: evan@theunixman.com copyright: 2017 Evan Cofsky category: Database build-type: Simple extra-source-files: README.md CODE_OF_CONDUCT.md cabal-version: >=1.10 library ghc-options: -Wall -Wno-redundant-constraints -Wno-type-defaults -O2 exposed-modules: Database.PostgreSQL.Typed.Lifted Database.PostgreSQL.Typed.Lifted.Protocol Database.PostgreSQL.Typed.Lifted.Query build-depends: base >=4.8 && <5, base-unicode-symbols >= 0.2.2.4 && < 0.3, bytestring >= 0.10.2 && < 0.11, exceptions >= 0.8.3 && < 0.9, lens >= 4.14 && < 4.18, monad-control >= 0.3 && < 1.1, transformers-base >= 0.4 && < 0.5, postgresql-typed >= 0.5.1 && < 0.6 hs-source-dirs: Source/Library default-language: Haskell2010 default-extensions: FlexibleContexts GeneralizedNewtypeDeriving UnicodeSyntax