profiteur 0.4.2.0 → 0.4.2.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~ghc-prof
Dependency ranges changed: ghc-prof
Files
- CHANGELOG.md +3/−0
- profiteur.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+- 0.4.2.1+ * Bump `ghc-prof` dependency to 1.4+ - 0.4.2.0 * Use the new `ghc-prof` instead of our own hacky prof parser * Bump `aeson` dependency to 1.1
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.4.2.0+Version: 0.4.2.1 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -50,7 +50,7 @@ bytestring >= 0.9 && < 0.11, containers >= 0.5 && < 0.6, filepath >= 1.3 && < 1.5,- ghc-prof >= 1.3 && < 1.4,+ ghc-prof >= 1.3 && < 1.5, js-jquery >= 3.1 && < 3.2, scientific >= 0.3 && < 0.4, text >= 0.11 && < 1.3,