ghc-trace-events 0.1.2.8 → 0.1.2.9
raw patch · 2 files changed
+9/−4 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 +5/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-trace-events +## v0.1.2.9 - 2024-05-18++* Bump base bounds to support ghc 9.10 ([#15](https://github.com/maoe/ghc-trace-events/pull/15))+ ## v0.1.2.8 - 2024-01-18 * Bump base, bytestring and text version bounds, include recent GHCs in CI config ([#13](https://github.com/maoe/ghc-trace-events/pull/13))
ghc-trace-events.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: ghc-trace-events-version: 0.1.2.8+version: 0.1.2.9 synopsis: Faster traceEvent and traceMarker, and binary object logging for eventlog description: ghc-trace-events provides faster traceEvent and traceMarker as well@@ -47,10 +47,11 @@ || == 9.0.2 || == 9.2.8 || == 9.4.8- || == 9.6.4- || == 9.8.1+ || == 9.6.5+ || == 9.8.2+ || == 9.10.1 -common base { build-depends: base >= 4.8 && < 4.20 }+common base { build-depends: base >= 4.8 && < 4.21 } common bytestring { build-depends: bytestring >= 0.9.2 && < 0.13 } common criterion { build-depends: criterion < 1.6 } common ghc-trace-events { build-depends: ghc-trace-events }