eventium-testkit 0.6.0 → 0.6.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basedep ~eventium-core
Dependency ranges changed: base, eventium-core
Files
- eventium-testkit.cabal +6/−6
eventium-testkit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: eventium-testkit-version: 0.6.0+version: 0.6.1 synopsis: Testing utilities for eventium description: Eventium-testkit 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@@ -13,8 +13,8 @@ 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+homepage: https://eventium.dev+bug-reports: https://github.com/eventium-hs/eventium/issues maintainer: Alexander Sidorenko license: MIT license-file: LICENSE.md@@ -22,7 +22,7 @@ source-repository head type: git- location: https://github.com/aleks-sidorenko/eventium+ location: https://github.com/eventium-hs/eventium flag ci description: Enable -Werror for CI builds@@ -43,8 +43,8 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wredundant-constraints -Wno-type-defaults -Wno-incomplete-uni-patterns build-depends: aeson >=1.5 && <2.3- , base >=4.9 && <5- , eventium-core >=0.6.0 && <0.7.0+ , base >=4.20 && <5+ , eventium-core >=0.6.1 && <0.7.0 , extra ==1.7.* , hspec >=2.8 && <2.12 , monad-logger ==0.3.*