packages feed

eventsource-store-specs-1.2.1: eventsource-store-specs.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: f5fa3e40181945c53b1751c4aa41d1c4ffd57f0332b935dd325e6317570538c5

name:           eventsource-store-specs
version:        1.2.1
synopsis:       Provides common test specification for Store implementation.
description:    Provides common test specification for Store implementation.
category:       Eventsourcing, Testing
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:
      Test.EventSource.Store.Specification
  other-modules:
      Paths_eventsource_store_specs
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      aeson
    , async
    , base >=4.9 && <5
    , eventsource-api >=1.5
    , mtl
    , streaming
    , tasty
    , tasty-hspec
    , text
    , transformers-base
    , uuid
  default-language: Haskell2010