ghc-events 0.4.2.0 → 0.4.3.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~arraydep ~basedep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: array, base, binary
API changes (from Hackage documentation)
Files
- ghc-events.cabal +6/−6
ghc-events.cabal view
@@ -1,5 +1,5 @@ name: ghc-events-version: 0.4.2.0+version: 0.4.3.0 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,@@ -16,22 +16,22 @@ maintainer: Simon Marlow <marlowsd@gmail.com> bug-reports: http://trac.haskell.org/ThreadScope/ build-type: Simple-tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1, GHC == 7.4.1, GHC == 7.6.1+tested-with: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1, GHC == 7.4.1, GHC == 7.6.1, GHC == 7.8.2 cabal-version: >= 1.8 extra-source-files: GHC/RTS/EventLogFormat.h, test/*.eventlog source-repository head- type: darcs- location: http://code.haskell.org/ghc-events/+ type: git+ location: git@github.com:haskell/ghc-events.git library build-depends: base == 4.*, mtl >= 1.1 && < 3.0, containers >= 0.2 && < 0.6,- binary >= 0.5 && < 0.7,+ binary >= 0.5 && < 0.8, bytestring >= 0.9.0,- array >= 0.2 && < 0.5+ array >= 0.2 && < 0.6 exposed-modules: GHC.RTS.Events, GHC.RTS.Events.Merge GHC.RTS.Events.Analysis