packages feed

ghc-prof 1.4.1.11 → 1.4.1.12

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-prof +## v1.4.1.12 - 2022-12-06++* Bump base to compile with GHC 9.4 ([#23](https://github.com/maoe/ghc-prof/pull/23))+ ## v1.4.1.11 - 2022-05-18  * Add ghcprofview-hs to the list of applications that use ghc-prof ([#21](https://github.com/maoe/ghc-prof/pull/21))
ghc-prof.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-prof-version: 1.4.1.11+version: 1.4.1.12 synopsis: Library for parsing GHC time and allocation profiling reports description: ghc-prof is a library for parsing GHC time and allocation profiling reports. homepage: https://github.com/maoe/ghc-prof@@ -39,6 +39,7 @@   || == 9.0.2   || == 9.2.1   || == 9.2.2+  || == 9.4.3  flag dump   description: Build the executable "dump"@@ -53,7 +54,7 @@   other-modules:     Control.Monad.Extras   build-depends:-      base >= 4.6 && < 4.17+      base >= 4.6 && < 4.18     , attoparsec < 0.15     , containers >= 0.5 && < 0.7     , scientific < 0.4