Name: cqrs Version: 0.8.0 Synopsis: Command-Query Responsibility Segregation Description: Haskell implementation of the CQRS architectural pattern. License: MIT License-file: LICENSE Category: Data Cabal-version: >=1.6.0.1 Build-type: Simple Author: Bardur Arantsson Maintainer: Bardur Arantsson Library Build-Depends: base == 4.* , base16-bytestring >= 0.1.1.3 && < 0.2 , bytestring >= 0.9.0.1 , cereal >= 0.3.3 && < 0.4 , conduit >= 0.1 && <0.2 , containers >= 0.4 , data-default >= 0.3 && < 0.4 , random >= 1.0 && < 1.1 , safecopy >= 0.6 && < 0.7 , transformers >= 0.2.2 && < 0.3 Extensions: DeriveDataTypeable ExistentialQuantification FunctionalDependencies GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings Rank2Types ScopedTypeVariables ghc-options: -Wall hs-source-dirs: src Exposed-modules: Data.CQRS Data.CQRS.Aggregate Data.CQRS.AggregateRef Data.CQRS.Eventable Data.CQRS.EventStore Data.CQRS.EventStore.Backend Data.CQRS.GUID Data.CQRS.PersistedEvent Data.CQRS.Serialize Data.CQRS.Transaction Other-modules: Data.CQRS.Internal.AggregateRef Data.CQRS.Internal.EventStore Data.CQRS.Internal.PersistedEvent