ghc-prof 1.4.1.8 → 1.4.1.9
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ghc-prof.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-prof +## v1.4.1.9 - 2021-07-16++* Allow attoparsec-0.14 (#20)+ ## v1.4.1.8 - 2021-02-23 * Relax upper version bounds for base and tasty
ghc-prof.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-prof-version: 1.4.1.8+version: 1.4.1.9 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@@ -52,7 +52,7 @@ Control.Monad.Extras build-depends: base >= 4.6 && < 4.16- , attoparsec < 0.14+ , attoparsec < 0.15 , containers >= 0.5 && < 0.7 , scientific < 0.4 , text