ghc-events 0.19.0 → 0.19.0.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basedep ~containersdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ghc-events.cabal +3/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change Log +## 0.19.0.1 - 2023-04-13++* Update for GHC 9.6 ([#93](https://github.com/haskell/ghc-events/pull/93))+ ## 0.19.0 - 2022-12-15 * Add support for extension to Ticky counter definition field ([#83](https://github.com/haskell/ghc-events/pull/83))
ghc-events.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-events-version: 0.19.0+version: 0.19.0.1 synopsis: Library and tool for parsing .eventlog files from GHC description: Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the ghc-events tool permitting, in particular,@@ -30,6 +30,7 @@ GHC == 9.0.2 GHC == 9.2.4 GHC == 9.4.2+ GHC == 9.6.1 extra-source-files: include/EventLogFormat.h test/*.eventlog test/*.reference@@ -52,7 +53,7 @@ library import: default- build-depends: base >= 4.7 && < 4.18,+ build-depends: base >= 4.7 && < 4.19, containers >= 0.5 && < 0.7, binary >= 0.7 && < 0.11, bytestring >= 0.10.4,