packages feed

eventsource-geteventstore-store 1.0.5 → 1.0.6

raw patch · 2 files changed

+7/−7 lines, 2 filesdep ~eventstorePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: eventstore

API changes (from Hackage documentation)

Files

eventsource-geteventstore-store.cabal view
@@ -2,17 +2,17 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3a39c866c5e178fe9b4154414f572ef5d6cab5aedcdbd094d87ac4a1ac356529+-- hash: 38e454f35fc75e3be8f121aaefc134fbcbcc57f3b75bf6f0883edfbffffb90e9  name:           eventsource-geteventstore-store-version:        1.0.5+version:        1.0.6 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.comm+maintainer:     yo.eight@gmail.com license:        BSD3 license-file:   LICENSE.md build-type:     Simple@@ -36,7 +36,7 @@       aeson     , base >=4.9 && <5     , eventsource-api >=1.1-    , eventstore >=0.14 && <0.16+    , eventstore >=0.14 && <1.1     , mtl     , string-conversions     , transformers-base
package.yaml view
@@ -13,7 +13,7 @@ library:   dependencies:   - base >=4.9 && <5-  - eventstore >=0.14 && <0.16+  - eventstore >=0.14 && <1.1   - eventsource-api >= 1.1   - aeson   - mtl@@ -23,7 +23,7 @@ license: BSD3 license-file: LICENSE.md author: Yorick Laupa-maintainer: yo.eight@gmail.comm+maintainer: yo.eight@gmail.com name: eventsource-geteventstore-store synopsis: GetEventStore store implementation. tests:@@ -43,4 +43,4 @@     - -with-rtsopts=-N     main: Main.hs     source-dirs: test-suite-version: '1.0.5'+version: '1.0.6'