Name: cqrs-postgresql Version: 0.9.0 Synopsis: PostgreSQL backend for the cqrs package. Description: PostgreSQL backend for the cqrs package. License: MIT License-file: LICENSE Category: Data Cabal-version: >=1.10 Build-type: Simple Author: Bardur Arantsson Maintainer: Bardur Arantsson Library build-depends: base == 4.* , bytestring >= 0.9.0.1 , bytestring-lexing >= 0.4 && <0.5 , conduit >= 1.0 && < 2 , cqrs-types >= 0.9.0 && < 0.10.0 , old-locale >= 1.0 && < 1.1 , pool-conduit >= 0.1 && < 0.2 , postgresql-libpq >= 0.8.2 && <0.9 , text >= 0.11 && < 0.12 , time >= 1.2 && < 1.5 , transformers >= 0.2 && < 0.4 default-language: Haskell2010 default-extensions: MultiParamTypeClasses OverloadedStrings ScopedTypeVariables ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.CQRS.EventStore.Backend.PostgreSQL Data.CQRS.EventStore.Backend.PostgreSQLUtils Test-Suite cqrs-postgresql-tests type: exitcode-stdio-1.0 hs-source-dirs: src-test main-is: Main.hs build-depends: base == 4.* , bytestring >= 0.9.0.1 , conduit >= 0.5 && < 0.6 , cqrs-types >= 0.9.0 && < 0.10.0 , cqrs-test >= 0.9 && < 0.10.0 , pool-conduit >= 0.1 && < 0.2 , postgresql-libpq >= 0.7 && < 0.8 -- Self-dependency , cqrs-postgresql -- Test framework: , hspec >= 1.3 && < 2.0 default-language: Haskell2010 ghc-options: -Wall default-extensions: MultiParamTypeClasses OverloadedStrings