name: postgres-embedded
version: 0.1.3
description: Library for easily running embedded PostgreSQL server for tests
homepage: https://github.com/ilya-murzinov/postgres-embedded
license: MIT
license-file: LICENSE
author: Ilya Murzinov
maintainer: murz42@gmail.com
copyright: 2017 Ilya Murzinov
category: Lib
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Database.PostgreSQL.Embedded
other-modules: Database.PostgreSQL.Embedded.Postgres
, Database.PostgreSQL.Embedded.Download
, Database.PostgreSQL.Embedded.Types
build-depends: base >= 4.7 && < 5
, directory
, filepath
, shell-conduit
, network
ghc-options: -Wall
default-language: Haskell2010
test-suite postgres-embedded-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, postgres-embedded
, filepath
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/ilya-murzinov/postgres-embedded.git