cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: eventium-test-helpers
version: 0.1.0
synopsis: Common module used for eventium tests
description: Eventium-test-helpers provides common testing utilities and helper functions for testing Eventium-based
applications. It includes utilities for event store testing, serialization testing, and common test fixtures
that are shared across the Eventium test suite. This package helps reduce code duplication in tests and
provides a consistent testing interface.
category: Database,Eventsourcing
stability: experimental
homepage: https://github.com/aleks-sidorenko/eventium#readme
bug-reports: https://github.com/aleks-sidorenko/eventium/issues
maintainer: Alexander Sidorenko
license: MIT
license-file: LICENSE.md
build-type: Simple
source-repository head
type: git
location: https://github.com/aleks-sidorenko/eventium
library
exposed-modules:
Eventium.TestHelpers
other-modules:
Paths_eventium_test_helpers
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson >=1.5 && <2.3
, aeson-casing >=0.2 && <0.3
, base >=4.9 && <5
, eventium-core
, extra >=1.7 && <1.8
, hspec >=2.8 && <2.12
, monad-logger >=0.3 && <0.4
, text >=1.2 && <2.2
default-language: Haskell2010