-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: eventful-test-helpers version: 0.2.0 synopsis: Common module used for eventful tests description: Common module used for eventful tests category: Database,Eventsourcing stability: experimental homepage: https://github.com/jdreaver/eventful#readme bug-reports: https://github.com/jdreaver/eventful/issues maintainer: David Reaver license: MIT license-file: LICENSE.md build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/jdreaver/eventful library hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.9 && < 5 , eventful-core , aeson , aeson-casing , extra , hspec , monad-logger , text exposed-modules: Eventful.TestHelpers default-language: Haskell2010