packages feed

cqrs-sqlite3-0.7.0: cqrs-sqlite3.cabal

Name:                cqrs-sqlite3
Version:             0.7.0
Synopsis:            SQLite3 backend for the cqrs package.
Description:         SQLite3 backend for the cqrs package.
License:             MIT
License-file:        LICENSE
Category:            Data
Cabal-version:       >=1.6.0.1
Build-type:          Simple
Author:              Bardur Arantsson
Maintainer:          Bardur Arantsson <bardur@scientician.net>

Library
  build-depends:   base == 4.*
                 , bytestring >= 0.9.0.1
                 , cereal >= 0.3.3 && < 0.4
                 , cqrs >= 0.6.1 && < 0.7
                 , enumerator >= 0.4.15 && < 0.5
                 , direct-sqlite >= 1.1 && < 1.2
  extensions:      ScopedTypeVariables
  ghc-options:     -Wall
  hs-source-dirs:  src
  exposed-modules: Data.CQRS.EventStore.Backend.Sqlite3
                   Data.CQRS.EventStore.Backend.Sqlite3Utils