Cabal revisions of ghc-events-0.4.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ghc-events-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,- to dump an event log file as text.-category: Development, GHC, Debug, Profiling, Trace-license: BSD3-license-file: LICENSE-author: Donnie Jones <donnie@darthik.com>,- Simon Marlow <marlowsd@gmail.com>,- Paul Bone <pbone@csse.unimelb.edu.au>,- Duncan Coutts <duncan@well-typed.com>,- Nicolas Wu <nick@well-typed.com>,- Mikolaj Konarski <mikolaj@well-typed.com>-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, GHC == 7.8.2-cabal-version: >= 1.8-extra-source-files: GHC/RTS/EventLogFormat.h,- test/*.eventlog--source-repository head- 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.8,- bytestring >= 0.9.0,- array >= 0.2 && < 0.6- exposed-modules: GHC.RTS.Events,- GHC.RTS.Events.Merge- GHC.RTS.Events.Analysis- GHC.RTS.Events.Analysis.Capability- GHC.RTS.Events.Analysis.SparkThread- GHC.RTS.Events.Analysis.Thread- other-modules: GHC.RTS.EventParserUtils,- GHC.RTS.EventTypes- include-dirs: GHC/RTS- extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards--executable ghc-events- main-is: GhcEvents.hs- build-depends: base, mtl, containers, binary, bytestring, array- extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards--test-suite test-versions- type: exitcode-stdio-1.0- main-is: test/TestVersions.hs- build-depends: base, mtl, containers, binary, bytestring, array- extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards+name: ghc-events +version: 0.4.3.0 +x-revision: 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, + to dump an event log file as text. +category: Development, GHC, Debug, Profiling, Trace +license: BSD3 +license-file: LICENSE +author: Donnie Jones <donnie@darthik.com>, + Simon Marlow <marlowsd@gmail.com>, + Paul Bone <pbone@csse.unimelb.edu.au>, + Duncan Coutts <duncan@well-typed.com>, + Nicolas Wu <nick@well-typed.com>, + Mikolaj Konarski <mikolaj@well-typed.com> +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, GHC == 7.8.2 +cabal-version: >= 1.8 +extra-source-files: GHC/RTS/EventLogFormat.h, + test/*.eventlog + +source-repository head + type: git + location: git@github.com:haskell/ghc-events.git + +library + build-depends: base >= 4.0 && < 4.8, + mtl >= 1.1 && < 3.0, + containers >= 0.2 && < 0.6, + binary >= 0.5 && < 0.8, + bytestring >= 0.9.0, + array >= 0.2 && < 0.6 + exposed-modules: GHC.RTS.Events, + GHC.RTS.Events.Merge + GHC.RTS.Events.Analysis + GHC.RTS.Events.Analysis.Capability + GHC.RTS.Events.Analysis.SparkThread + GHC.RTS.Events.Analysis.Thread + other-modules: GHC.RTS.EventParserUtils, + GHC.RTS.EventTypes + include-dirs: GHC/RTS + extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards + +executable ghc-events + main-is: GhcEvents.hs + build-depends: base, mtl, containers, binary, bytestring, array + extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards + +test-suite test-versions + type: exitcode-stdio-1.0 + main-is: test/TestVersions.hs + build-depends: base, mtl, containers, binary, bytestring, array + extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards