profiteur 0.4.2.1 → 0.4.2.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~js-jquery
Dependency ranges changed: js-jquery
Files
- CHANGELOG.md +3/−0
- profiteur.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+- 0.4.2.2+ * Bump `js-jquery` dependency to 3.2+ - 0.4.2.1 * Bump `ghc-prof` dependency to 1.4
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.4.2.1+Version: 0.4.2.2 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -51,7 +51,7 @@ containers >= 0.5 && < 0.6, filepath >= 1.3 && < 1.5, ghc-prof >= 1.3 && < 1.5,- js-jquery >= 3.1 && < 3.2,+ js-jquery >= 3.1 && < 3.3, scientific >= 0.3 && < 0.4, text >= 0.11 && < 1.3, unordered-containers >= 0.2 && < 0.3,