# 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: An in-memory stub 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:
- streaming
library:
dependencies:
- base >=4.9 && <5
- eventsource-api >=1.5
- containers
- mtl
- stm
- transformers-base
- async
source-dirs: library
license: BSD3
license-file: LICENSE.md
author: Yorick Laupa
maintainer: yo.eight@gmail.com
name: eventsource-stub-store
synopsis: An in-memory stub store implementation.
tests:
eventsource-stub-store-test-suite:
dependencies:
- base
- eventsource-store-specs ==1.*
- eventsource-stub-store
- tasty
- tasty-hspec
- protolude
- aeson
- eventsource-api
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Main.hs
source-dirs: test-suite
version: '1.1.0'