packages feed

cqrs-example-0.5.0: cqrs-example.cabal

Name:                cqrs-example
Version:             0.5.0
Synopsis:            Example for cqrs package
License:             MIT
License-file:        LICENSE
Author:              Bardur Arantsson
Maintainer:          spam@scientician.net
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6.0.1

Executable cqrs-example
  Main-is:           Main.hs
  Build-depends:     base == 4.*
                   , bytestring >= 0.9 && < 0.10
                   , cereal >= 0.3 && < 0.4
                   , containers >= 0.4 && < 0.5
                   , cqrs >= 0.4 && < 0.5
                   , data-default >= 0.3 && < 0.4
                   , enumerator >= 0.4.15 && < 0.5
                   , text >= 0.11 && < 0.12
                   , transformers >= 0.2.2 && < 0.3
  Ghc-options:       -Wall
  Extensions:        DeriveDataTypeable
                     MultiParamTypeClasses
                     OverloadedStrings
                     ScopedTypeVariables
  Hs-source-dirs:    src
  Other-modules:     Aggregates
                     Events
                     Query