packages feed

ghc-prof 1.4.1.3 → 1.4.1.4

raw patch · 2 files changed

+7/−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.4 - 2018-09-27++* Relax upper version bound for base+ ## v1.4.1.3 - 2018-07-09  * Relax upper version bound for containers
ghc-prof.cabal view
@@ -1,5 +1,5 @@ name: ghc-prof-version: 1.4.1.3+version: 1.4.1.4 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@@ -14,7 +14,7 @@   CHANGELOG.md   README.md cabal-version: >=1.10-tested-with: GHC >= 7.6 && <= 8.4.3+tested-with: GHC >= 7.6 && <= 8.6.1  flag dump   description: Build the executable "dump"@@ -29,7 +29,7 @@   other-modules:     Control.Monad.Extras   build-depends:-      base >= 4.6 && < 4.12+      base >= 4.6 && < 4.13     , attoparsec < 0.14     , containers >= 0.5 && < 0.7     , scientific < 0.4