Name: cqrs-test Version: 0.9.0 Synopsis: Command-Query Responsibility Segregation Test Support Description: Test Support for CQRS integration components. 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 , conduit >= 1.0 && < 2 , cqrs-types >= 0.9.0 && < 0.10.0 , pool-conduit >= 0.1 && < 0.2 , stm >= 2.4 && < 3 , transformers >= 0.2.2 && < 0.4 -- Test framework , hspec >= 1.3 && < 2.0 , HUnit >= 1.2 && < 2.0 Default-language: Haskell2010 Default-Extensions: OverloadedStrings ghc-options: -Wall hs-source-dirs: src Exposed-modules: Data.CQRS.Test.EventStore.BackendTest