packages feed

eventsource-stub-store-1.1.0: eventsource-stub-store.cabal

cabal-version: 1.12

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

name:           eventsource-stub-store
version:        1.1.0
synopsis:       An in-memory stub store implementation.
description:    An in-memory stub store implementation.
category:       Eventsourcing
homepage:       https://gitlab.com/YoEight/eventsource-api-hs
author:         Yorick Laupa
maintainer:     yo.eight@gmail.com
license:        BSD3
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md

library
  exposed-modules:
      EventSource.Store.Stub
  other-modules:
      Paths_eventsource_stub_store
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      async
    , base >=4.9 && <5
    , containers
    , eventsource-api >=1.5
    , mtl
    , stm
    , streaming
    , transformers-base
  default-language: Haskell2010

test-suite eventsource-stub-store-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Test.EventSource.Event
      Test.EventSource.Store.Stub
      Paths_eventsource_stub_store
  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
    , streaming
    , tasty
    , tasty-hspec
  default-language: Haskell2010