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: 8aed905bdc09d125983ccaecaa26851900e6df27fd243374e9f41bef8806a129 name: eventsource-api version: 1.5.1 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