packages feed

eventuo11y 0.9.0.0 → 0.9.0.1

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~primitivedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: primitive, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for eventuo11y +## 0.9.0.1 -- 2023-03-01++- Relax lower bound for `time`+ ## 0.9.0.0 -- 2023-01-17  - Make `MonadWithEvent` require `MonadWithExceptable` for all `r` and `s`.
eventuo11y.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               eventuo11y-version:            0.9.0.0+version:            0.9.0.1 synopsis:           An event-oriented observability library description:   Instrument your Haskell codebase with wide, semantically meaningful events.@@ -32,6 +32,9 @@   See [eventuo11y-otel](https://hackage.haskell.org/package/eventuo11y-otel) for an OpenTelemetry-based   backend. +  See [eventuo11y-prometheus](https://hackage.haskell.org/package/eventuo11y-prometheus) for a Prometheus-based+  backend.+   See [eventuo11y-json](https://hackage.haskell.org/package/eventuo11y-json) for JSON-based rendering   and backends. @@ -49,7 +52,7 @@ category:           Observability extra-source-files:   CHANGELOG.md-tested-with:        GHC == { 8.10.7, 9.2.4, 9.4.2 }+tested-with:        GHC == { 8.10.7, 9.2.6, 9.4.2 }  source-repository head   type:     git@@ -68,8 +71,8 @@     , base              ^>= { 4.14, 4.16, 4.17 }     , exceptions        ^>= { 0.10 }     , general-allocate  ^>= { 0.2 } && >= 0.2.1-    , primitive         ^>= { 0.7 }-    , time              ^>= { 1.11, 1.12 }+    , primitive         ^>= { 0.7, 0.8 }+    , time              ^>= { 1.9, 1.11, 1.12 }     , transformers      ^>= { 0.5, 0.6 }     , transformers-base ^>= { 0.4 }     , monad-control     ^>= { 1.0 }