cabal-version: 2.4
-- Initial package description 'migrant.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: migrant-postgresql-simple
version: 0.1.0.0
synopsis: Semi-automatic database schema migrations
-- description:
homepage: https://github.com/tdammers/migrant
-- bug-reports:
license: BSD-3-Clause
license-file: LICENSE
author: Tobias Dammers
maintainer: tdammers@gmail.com
-- copyright:
category: Database
extra-source-files:
library
exposed-modules: Database.Migrant.Driver.PostgreSQL
-- other-extensions:
build-depends: base ^>=4.12.0.0
, migrant-core
, postgresql-simple >=0.6.3 && <0.7
, text >=1.2.4.0 && <1.3
hs-source-dirs: src
default-language: Haskell2010
test-suite migrant-postgresql-simple-test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: Database.Migrant.Driver.PostgreSQL_Tests
build-depends: base ^>=4.12.0.0
, migrant-core
, migrant-postgresql-simple
, HUnit >=1.6.1.0 && <1.7
, QuickCheck >=2.14.2 && <2.15
, postgresql-simple >=0.6.3 && <0.7
, process >=1.5 && <1.7
, random >=1.2.0 && <1.3
, tasty >=1.4 && <1.5
, tasty-hunit >=0.10.0.2 && <0.11
, tasty-quickcheck >=0.10.1.1 && <0.11
, text >=1.2.4.0 && <1.3