-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 2f7d6b067b79c8e983367020e1da7747b66bdc8de579d77677a35442661b4f34 name: eventsource-geteventstore-store version: 1.1.0 synopsis: GetEventStore store implementation. description: GetEventStore 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: aeson , base >=4.9 && <5 , eventsource-api >=1.3 , eventstore >=1.1 , mtl , string-conversions , transformers-base exposed-modules: EventSource.Store.GetEventStore other-modules: Paths_eventsource_geteventstore_store default-language: Haskell2010 test-suite geteventstore-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: base , eventsource-api , eventsource-geteventstore-store , eventsource-store-specs ==1.* , eventstore >=1.1 , protolude , tasty , tasty-hspec other-modules: Test.EventSource.Store.GetEventStore Paths_eventsource_geteventstore_store default-language: Haskell2010