packages feed

ghc-prof 1.4.1.12 → 1.4.1.13

raw patch · 2 files changed

+8/−3 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.13 - 2025-04-14++* Bump base upper bound so we can compile under GHC 9.6.3 ([#24](https://github.com/maoe/ghc-prof/pull/24))+ ## v1.4.1.12 - 2022-12-06  * Bump base to compile with GHC 9.4 ([#23](https://github.com/maoe/ghc-prof/pull/23))
ghc-prof.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-prof-version: 1.4.1.12+version: 1.4.1.13 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@@ -8,7 +8,7 @@ license-file: LICENSE author: Mitsutoshi Aoe maintainer: Mitsutoshi Aoe <me@maoe.name>-copyright: Copyright (C) 2013-2022 Mitsutoshi Aoe+copyright: Copyright (C) 2013-2025 Mitsutoshi Aoe category: Development build-type: Simple extra-source-files:@@ -40,6 +40,7 @@   || == 9.2.1   || == 9.2.2   || == 9.4.3+  || == 9.6.3  flag dump   description: Build the executable "dump"@@ -54,7 +55,7 @@   other-modules:     Control.Monad.Extras   build-depends:-      base >= 4.6 && < 4.18+      base >= 4.6 && < 4.19     , attoparsec < 0.15     , containers >= 0.5 && < 0.7     , scientific < 0.4