ghc-prof 1.4.1 → 1.4.1.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ghc-prof.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for ghc-prof +## v1.4.1.1 - 2018-03-17++* Relax upper version bound for base+ ## v1.4.1 - 2018-02-08 * Relax upper version bound for tasty
ghc-prof.cabal view
@@ -1,7 +1,7 @@ name: ghc-prof-version: 1.4.1+version: 1.4.1.1 synopsis: Library for parsing GHC time and allocation profiling reports-description: 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 license: BSD3 license-file: LICENSE@@ -14,7 +14,7 @@ CHANGELOG.md README.md cabal-version: >=1.10-tested-with: GHC >= 7.6 && <= 8.2.1+tested-with: GHC >= 7.6 && <= 8.4.1 flag dump description: Build the executable "dump"@@ -29,7 +29,7 @@ other-modules: Control.Monad.Extras build-depends:- base >= 4.6 && < 4.11+ base >= 4.6 && < 4.12 , attoparsec < 0.14 , containers >= 0.5 && < 0.6 , scientific < 0.4