postgres-tmp-0.2.0: postgres-tmp.cabal
name: postgres-tmp
version: 0.2.0
synopsis: Create a temporary database that is deleted after performing some operation
description: Please see README.md
homepage: https://github.com/cocreature/postgres-tmp#readme
license: BSD3
license-file: LICENSE
author: Moritz Kiefer
maintainer: moritz.kiefer@purelyfunctional.org
copyright: 2016
category: Database
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
library
hs-source-dirs: src
exposed-modules: Database.PostgreSQL.Tmp
build-depends: base >= 4.8 && < 5
, bytestring >= 0.10 && < 0.11
, postgresql-simple >= 0.5 && < 0.6
, text >= 1.2 && < 1.3
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/cocreature/postgres-tmp