packages feed

eventsource-stub-store-1.1.1: 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: 530e1efbbba7d2921ffa80f3bba1bd6054d1f0032d92fba3560abd2a80471633

name:           eventsource-stub-store
version:        1.1.1
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.2.1
    , eventsource-stub-store
    , protolude
    , streaming
    , tasty
    , tasty-hspec
  default-language: Haskell2010