profiteur 0.4.5.0 → 0.4.5.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesondep ~containers
Dependency ranges changed: aeson, containers
Files
- CHANGELOG.md +4/−0
- profiteur.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +- 0.4.5.1 (2019-03-15)+ * Bump `aeson` dependency to 1.4+ * Bump `containers` dependency to 0.6+ - 0.4.5.0 (2018-05-08) * Tweak saturation and lightness for readability (by @nqac) * Bump `aeson` dependency to 1.3
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.4.5.0+Version: 0.4.5.1 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -53,10 +53,10 @@ Paths_profiteur Build-depends:- aeson >= 0.6 && < 1.4,+ aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11,- containers >= 0.5 && < 0.6,+ containers >= 0.5 && < 0.7, filepath >= 1.3 && < 1.5, ghc-prof >= 1.3 && < 1.5, js-jquery >= 3.1 && < 3.4,