# This YAML file describes your package. Stack will automatically generate a
# Cabal file when you run `stack build`. See the hpack website for help with
# this file: <https://github.com/sol/hpack>.
category: Eventsourcing
description: GetEventStore store implementation.
extra-source-files:
- CHANGELOG.md
- LICENSE.md
- package.yaml
- README.md
ghc-options: -Wall
homepage: https://gitlab.com/YoEight/eventsource-api-hs
dependencies:
- base >=4.9 && <5
- eventstore >=1.2
- eventsource-api >= 1.5
- aeson
- mtl
- transformers-base
- string-conversions
- lifted-async
- lifted-base
- eventsource-store-specs
- streaming
library:
source-dirs: library
license: BSD3
license-file: LICENSE.md
author: Yorick Laupa
maintainer: yo.eight@gmail.com
name: eventsource-geteventstore-store
synopsis: GetEventStore store implementation.
tests:
geteventstore-store-test-suite:
dependencies:
- eventsource-geteventstore-store
- tasty
- tasty-hspec
- protolude
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Main.hs
source-dirs: test-suite
version: '1.2.0'