ghc-trace-events 0.1.2.5 → 0.1.2.6
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ghc-trace-events.cabal +6/−5
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-trace-events +## v0.1.2.6 - 2022-08-11++* Bump base upper bound to < 4.18 ([#10](https://github.com/maoe/ghc-trace-events/pull/10))+ ## v0.1.2.5 - 2022-03-06 * Allow text-2.0 ([#9](https://github.com/maoe/ghc-trace-events/pull/9))
ghc-trace-events.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: ghc-trace-events-version: 0.1.2.5+version: 0.1.2.6 synopsis: Faster traceEvent and traceMarker, and binary object logging for eventlog description: ghc-trace-events provides faster traceEvent and traceMarker as well@@ -14,7 +14,7 @@ . This library provies the following modules: .- ["Debug.Trace.String"] Drop-in replacements for the event tracing functions in+ ["Debug.Trace.String"] Drop-in replacement for the event tracing functions in "Debug.Trace". ["Debug.Trace.ByteString"] UTF-8 encoded 'ByteString' variant of the event tracing functions in "Debug.Trace". It's faster than the 'String'@@ -43,10 +43,11 @@ || == 8.6.5 || == 8.8.4 || == 8.10.7- || == 9.0.1- || == 9.2.1+ || == 9.0.2+ || == 9.2.4+ || == 9.4.1 -common base { build-depends: base >= 4.8 && < 4.17 }+common base { build-depends: base >= 4.8 && < 4.18 } common bytestring { build-depends: bytestring >= 0.9.2 && < 0.12 } common criterion { build-depends: criterion < 1.6 } common ghc-trace-events { build-depends: ghc-trace-events }