cqrs-sqlite3-0.8.0: cqrs-sqlite3.cabal
Name: cqrs-sqlite3
Version: 0.8.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
, conduit >= 0.1 && < 0.2
, cqrs >= 0.8.0 && < 0.9
, 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