cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 139d55fed31480f82f48ab1b236c875dac7ae19b648a917872b898b4f8c5a00b
name: eventsource-api
version: 1.5.0
synopsis: Provides an eventsourcing high level API.
description: A high-level eventsourcing library.
category: Eventsourcing
homepage: https://gitlab.com/YoEight/eventsource-api-hs
author: Yorick Laupa
maintainer: yo.eight@gmail.com
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md
library
exposed-modules:
EventSource
EventSource.Store
EventSource.Store.Internal.Iterator
EventSource.Types
other-modules:
Paths_eventsource_api
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
aeson
, base >=4.9 && <5
, bytestring
, containers
, enclosed-exceptions
, lifted-async
, lifted-base
, monad-control
, monad-loops ==0.4.*
, mtl
, stm
, stm-chans
, streaming
, string-conversions
, text
, transformers-base
, unordered-containers
, uuid
default-language: Haskell2010