ghc-trace-events 0.1.2.2 → 0.1.2.3
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~tasty-benchPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-bench
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−1
- ghc-trace-events.cabal +2/−2
CHANGELOG.md view
@@ -1,11 +1,13 @@ # Revision history for ghc-trace-events +## v0.1.2.3 - 2021-06-28++* Relax upper version bound for tasty-bench ([#6](https://github.com/maoe/ghc-trace-events/pull/6)) ## v0.1.2.2 - 2021-02-26 * Support GHC 9.0.1 ([#5](https://github.com/maoe/ghc-trace-events/pull/5)) * Switch from Travis CI to GitHub Actions * Switch from criterion to tasty-bench- ## v0.1.2.1 - 2020-06-09
ghc-trace-events.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: ghc-trace-events-version: 0.1.2.2+version: 0.1.2.3 synopsis: Faster traceEvent and traceMarker, and binary object logging for eventlog description: ghc-trace-events provides faster traceEvent and traceMarker as well@@ -50,7 +50,7 @@ common criterion { build-depends: criterion < 1.6 } common ghc-trace-events { build-depends: ghc-trace-events } common text { build-depends: text >= 1.0.0 && < 1.3 }-common tasty-bench { build-depends: tasty-bench < 0.3 }+common tasty-bench { build-depends: tasty-bench < 0.4 } library import: