ghc-prof 1.4.0.3 → 1.4.0.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~tasty-hunitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-hunit
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.0.4 - 2017-12-12++* Relax upper version bound for tasty-hunit+ ## v1.4.0.3 - 2017-11-07 * Relax upper version bound for tasty
ghc-prof.cabal view
@@ -1,5 +1,5 @@ name: ghc-prof-version: 1.4.0.3+version: 1.4.0.4 synopsis: Library for parsing GHC time and allocation profiling reports description: Library for parsing GHC time and allocation profiling reports homepage: https://github.com/maoe/ghc-prof@@ -69,7 +69,7 @@ , ghc-prof , process , tasty < 0.13- , tasty-hunit >= 0.9.1 && < 0.10+ , tasty-hunit >= 0.9.1 && < 0.11 , temporary , text ghc-options: -Wall