-- Initial mysql-simple-typed.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: postgresql-simple-typed
version: 0.1.0.0
synopsis: Typed extension for PostgreSQL simple
description: Simplifies simple
homepage: https://github.com/tolysz/postgresql-simple-typed
license: BSD3
license-file: LICENSE
author: Marcin Tolysz
maintainer: tolysz@gmail.com
-- copyright:
category: Database
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Database.PostgreSQL.Simple.DBmore
Database.PostgreSQL.Simple.DBmoreTH
Database.PostgreSQL.Simple.TypedQuery
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
, typedquery
, postgresql-libpq
, postgresql-simple
, template-haskell
, haskell-src-meta
-- , parsec
-- , aeson
-- , bytestring
-- , text
-- , transformers
, utf8-string
hs-source-dirs: src
default-language: Haskell2010