-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d777dc8703aa877ee92bbe9d587eb15fc8c2b4e7e2a858fca62afb9305f35b67 name: eventsource-store-specs version: 1.1.1 synopsis: Provides common test specification for Store implementation. description: Provides common test specification for Store implementation. category: Eventsourcing, Testing 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 , async , base >=4.9 && <5 , eventsource-api ==1.* , mtl , tasty , tasty-hspec , text , transformers-base , uuid exposed-modules: Test.EventSource.Store.Specification other-modules: Paths_eventsource_store_specs default-language: Haskell2010