packages feed

eventsource-api-1.2.0: package.yaml

# 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: A high-level eventsourcing library.
extra-source-files:
- CHANGELOG.md
- LICENSE.md
- package.yaml
- README.md
ghc-options: -Wall
github: YoEight/eventsource-api
library:
  dependencies:
    - base >=4.9 && <5
    - uuid
    - aeson
    - mtl
    - containers
    - unordered-containers
    - lifted-async
    - lifted-base
    - monad-control
    - transformers-base
    - text
    - bytestring
    - string-conversions
    - stm-chans
    - stm
    - monad-loops ==0.4.*
    - enclosed-exceptions
  source-dirs: library
license: BSD3
license-file: LICENSE.md
author: Yorick Laupa
maintainer: yo.eight@gmail.com
name: eventsource-api
synopsis: Provides an eventsourcing high level API.
version: '1.2.0'