packages feed

core-telemetry 0.1.9.3 → 0.1.9.4

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~core-datadep ~core-programdep ~core-textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: core-data, core-program, core-text

API changes (from Hackage documentation)

Files

core-telemetry.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           core-telemetry-version:        0.1.9.3+version:        0.1.9.4 synopsis:       Advanced telemetry description:    This is part of a library to help build command-line programs, both tools and                 longer-running daemons.@@ -53,9 +53,9 @@     , base >=4.11 && <5     , bytestring     , chronologique-    , core-data >=0.2.1.11-    , core-program >=0.4.4-    , core-text >=0.3.5+    , core-data >=0.3.2.2+    , core-program >=0.4.5.3+    , core-text >=0.3.6.0     , exceptions     , http-streams     , io-streams
lib/Core/Telemetry/Identifiers.hs view
@@ -242,7 +242,7 @@      in version <> "-" <> unTrace trace <> "-" <> unSpan unique <> "-" <> flags  {- |-Get the identifier of the current trace, if you are ithin a trace started by+Get the identifier of the current trace, if you are within a trace started by 'beginTrace' or 'usingTrace'.  @since 0.1.9