packages feed

eventsource-stub-store-1.0.3: eventsource-stub-store.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6a21808b5f7d73e5d2c75c4c4a57bf948ececa55aac722e20385c26e3c37cf75

name:           eventsource-stub-store
version:        1.0.3
synopsis:       An in-memory stub store implementation.
description:    An in-memory stub store implementation.
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:
      async
    , base >=4.9 && <5
    , containers
    , eventsource-api >=1.1
    , mtl
    , stm
    , transformers-base
  exposed-modules:
      EventSource.Store.Stub
  other-modules:
      Paths_eventsource_stub_store
  default-language: Haskell2010

test-suite eventsource-stub-store-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test-suite
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      aeson
    , base
    , eventsource-api
    , eventsource-store-specs ==1.*
    , eventsource-stub-store
    , protolude
    , tasty
    , tasty-hspec
  other-modules:
      Test.EventSource.Event
      Test.EventSource.Store.Stub
      Paths_eventsource_stub_store
  default-language: Haskell2010