packages feed

Cabal revisions of ghc-events-0.20.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:    2.4-name:             ghc-events-version:          0.20.0.0-synopsis:         Library and tool for parsing .eventlog files from GHC-description:      Parses .eventlog files emitted by GHC 8.0.2 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:          BSD-3-Clause-license-file:     LICENSE-author:           Donnie Jones <donnie@darthik.com>,-                  Simon Marlow <marlowsd@gmail.com>,-                  Paul Bone <pbone@csse.unimelb.edu.au>,-                  Mischa Dieterle <dieterle@mathematik.uni-marburg.de>,-                  Thomas Horstmeyer <horstmey@mathematik.uni-marburg.de>,-                  Duncan Coutts <duncan@well-typed.com>,-                  Nicolas Wu <nick@well-typed.com>,-                  Jost Berthold <berthold@diku.dk>-                  Mikolaj Konarski <mikolaj@well-typed.com>-                  Karolis Velicka <karolis.velicka@gmail.com>-maintainer:       Simon Marlow <marlowsd@gmail.com>-bug-reports:      https://github.com/haskell/ghc-events/issues-build-type:       Simple-tested-with:      GHC == 8.0.2-                  GHC == 8.2.2-                  GHC == 8.4.4-                  GHC == 8.6.5-                  GHC == 8.8.4-                  GHC == 8.10.7-                  GHC == 9.0.2-                  GHC == 9.2.4-                  GHC == 9.4.2-                  GHC == 9.6.1-                  GHC == 9.8.1-                  GHC == 9.10.1-extra-source-files: include/EventLogFormat.h-                    test/*.eventlog-                    test/*.reference-                    test/Utils.hs-                    test/stop.hs-extra-doc-files: README.md-                 CHANGELOG.md--source-repository head-  type: git-  location: git@github.com:haskell/ghc-events.git--common default-  default-extensions:-    BangPatterns-    NamedFieldPuns-    PatternGuards-    RecordWildCards-  default-language: Haskell2010--library-  import:           default-  build-depends:    base       >= 4.7 && < 4.21,-                    containers >= 0.5 && < 0.8,-                    binary     >= 0.7 && < 0.11,-                    bytestring >= 0.10.4 && < 0.13,-                    array      >= 0.2 && < 0.6,-                    text       >= 0.11.2.3 && < 2.2,-                    vector     >= 0.7 && < 0.14-  exposed-modules:  GHC.RTS.Events,-                    GHC.RTS.Events.Incremental-                    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-                    GHC.RTS.Events.Binary-                    Paths_ghc_events-  autogen-modules:  Paths_ghc_events-  hs-source-dirs:   src-  include-dirs:     include-  other-extensions: FlexibleContexts, CPP-  ghc-options:      -Wall--executable ghc-events-  import:           default-  main-is:          GhcEvents.hs-  build-depends:    ghc-events, base, containers, bytestring-  other-modules:    Paths_ghc_events-  autogen-modules:  Paths_ghc_events--test-suite test-versions-  import:           default-  type:             exitcode-stdio-1.0-  main-is:          TestVersions.hs-  other-modules:    Utils-  hs-source-dirs:   ., test-  build-depends:    ghc-events, base--test-suite write-merge-  import:           default-  type:             exitcode-stdio-1.0-  main-is:          WriteMerge.hs-  other-modules:    Utils-  hs-source-dirs:   ., test-  build-depends:    ghc-events, base, bytestring-  -- disabled until #14 is fixed-  buildable:        False--test-suite roundtrip-  import:           default-  type:             exitcode-stdio-1.0-  main-is:          Roundtrip.hs-  other-modules:    Utils-  hs-source-dirs:   ., test-  build-depends:    ghc-events, base-  -- disabled until #14 is fixed-  buildable:        False+cabal-version:    2.4
+name:             ghc-events
+version:          0.20.0.0
+x-revision: 1
+synopsis:         Library and tool for parsing .eventlog files from GHC
+description:      Parses .eventlog files emitted by GHC 8.0.2 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:          BSD-3-Clause
+license-file:     LICENSE
+author:           Donnie Jones <donnie@darthik.com>,
+                  Simon Marlow <marlowsd@gmail.com>,
+                  Paul Bone <pbone@csse.unimelb.edu.au>,
+                  Mischa Dieterle <dieterle@mathematik.uni-marburg.de>,
+                  Thomas Horstmeyer <horstmey@mathematik.uni-marburg.de>,
+                  Duncan Coutts <duncan@well-typed.com>,
+                  Nicolas Wu <nick@well-typed.com>,
+                  Jost Berthold <berthold@diku.dk>
+                  Mikolaj Konarski <mikolaj@well-typed.com>
+                  Karolis Velicka <karolis.velicka@gmail.com>
+maintainer:       Simon Marlow <marlowsd@gmail.com>
+bug-reports:      https://github.com/haskell/ghc-events/issues
+build-type:       Simple
+tested-with:      GHC == 8.0.2
+                  GHC == 8.2.2
+                  GHC == 8.4.4
+                  GHC == 8.6.5
+                  GHC == 8.8.4
+                  GHC == 8.10.7
+                  GHC == 9.0.2
+                  GHC == 9.2.4
+                  GHC == 9.4.2
+                  GHC == 9.6.1
+                  GHC == 9.8.1
+                  GHC == 9.10.1
+                  GHC == 9.12.1
+extra-source-files: include/EventLogFormat.h
+                    test/*.eventlog
+                    test/*.reference
+                    test/Utils.hs
+                    test/stop.hs
+extra-doc-files: README.md
+                 CHANGELOG.md
+
+source-repository head
+  type: git
+  location: git@github.com:haskell/ghc-events.git
+
+common default
+  default-extensions:
+    BangPatterns
+    NamedFieldPuns
+    PatternGuards
+    RecordWildCards
+  default-language: Haskell2010
+
+library
+  import:           default
+  build-depends:    base       >= 4.7 && < 4.22,
+                    containers >= 0.5 && < 0.8,
+                    binary     >= 0.7 && < 0.11,
+                    bytestring >= 0.10.4 && < 0.13,
+                    array      >= 0.2 && < 0.6,
+                    text       >= 0.11.2.3 && < 2.2,
+                    vector     >= 0.7 && < 0.14
+  exposed-modules:  GHC.RTS.Events,
+                    GHC.RTS.Events.Incremental
+                    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
+                    GHC.RTS.Events.Binary
+                    Paths_ghc_events
+  autogen-modules:  Paths_ghc_events
+  hs-source-dirs:   src
+  include-dirs:     include
+  other-extensions: FlexibleContexts, CPP
+  ghc-options:      -Wall
+
+executable ghc-events
+  import:           default
+  main-is:          GhcEvents.hs
+  build-depends:    ghc-events, base, containers, bytestring
+  other-modules:    Paths_ghc_events
+  autogen-modules:  Paths_ghc_events
+
+test-suite test-versions
+  import:           default
+  type:             exitcode-stdio-1.0
+  main-is:          TestVersions.hs
+  other-modules:    Utils
+  hs-source-dirs:   ., test
+  build-depends:    ghc-events, base
+
+test-suite write-merge
+  import:           default
+  type:             exitcode-stdio-1.0
+  main-is:          WriteMerge.hs
+  other-modules:    Utils
+  hs-source-dirs:   ., test
+  build-depends:    ghc-events, base, bytestring
+  -- disabled until #14 is fixed
+  buildable:        False
+
+test-suite roundtrip
+  import:           default
+  type:             exitcode-stdio-1.0
+  main-is:          Roundtrip.hs
+  other-modules:    Utils
+  hs-source-dirs:   ., test
+  build-depends:    ghc-events, base
+  -- disabled until #14 is fixed
+  buildable:        False
revision 2
 cabal-version:    2.4
 name:             ghc-events
 version:          0.20.0.0
-x-revision: 1
+x-revision: 2
 synopsis:         Library and tool for parsing .eventlog files from GHC
 description:      Parses .eventlog files emitted by GHC 8.0.2 and later.
                   Includes the ghc-events tool permitting, in particular,
 library
   import:           default
   build-depends:    base       >= 4.7 && < 4.22,
-                    containers >= 0.5 && < 0.8,
+                    containers >= 0.5 && < 0.9,
                     binary     >= 0.7 && < 0.11,
                     bytestring >= 0.10.4 && < 0.13,
                     array      >= 0.2 && < 0.6,