packages feed

eventsource-api-1.3.1: eventsource-api.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 25d3e7c905840b2773e327d1dc91e90a9be3ecf9ff4c72ad67d8f999f0f05b9b

name:           eventsource-api
version:        1.3.1
synopsis:       Provides an eventsourcing high level API.
description:    A high-level eventsourcing library.
category:       Eventsourcing
homepage:       https://github.com/YoEight/eventsource-api#readme
bug-reports:    https://github.com/YoEight/eventsource-api/issues
author:         Yorick Laupa
maintainer:     yo.eight@gmail.com
license:        BSD3
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md

source-repository head
  type: git
  location: https://github.com/YoEight/eventsource-api

library
  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
    , string-conversions
    , text
    , transformers-base
    , unordered-containers
    , uuid
  exposed-modules:
      EventSource
      EventSource.Aggregate
      EventSource.Aggregate.Simple
      EventSource.Store
      EventSource.Types
  other-modules:
      Paths_eventsource_api
  default-language: Haskell2010