ghc-trace-events 0.1.2.6 → 0.1.2.7
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ghc-trace-events.cabal +4/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-trace-events +## v0.1.2.7 - 2023-05-11++* Allow GHC 9.6.1 ([#11](https://github.com/maoe/ghc-trace-events/pull/11))+ ## v0.1.2.6 - 2022-08-11 * Bump base upper bound to < 4.18 ([#10](https://github.com/maoe/ghc-trace-events/pull/10))
ghc-trace-events.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: ghc-trace-events-version: 0.1.2.6+version: 0.1.2.7 synopsis: Faster traceEvent and traceMarker, and binary object logging for eventlog description: ghc-trace-events provides faster traceEvent and traceMarker as well@@ -34,8 +34,9 @@ category: Development, GHC, Trace build-type: Simple extra-source-files:- CHANGELOG.md README.md+extra-doc-files:+ CHANGELOG.md tested-with: GHC == 7.10.3 || == 8.0.2 || == 8.2.2@@ -47,7 +48,7 @@ || == 9.2.4 || == 9.4.1 -common base { build-depends: base >= 4.8 && < 4.18 }+common base { build-depends: base >= 4.8 && < 4.19 } 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 }