profiteur 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~aesondep ~attoparsec
Dependency ranges changed: aeson, attoparsec
Files
- CHANGELOG +3/−0
- profiteur.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.2.0.1+ * Bump `aeson` and `attoparsec` dependencies+ - 0.2.0.0 * Show individual time/alloc as separate nodes
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.2.0.0+Version: 0.2.0.1 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -48,8 +48,8 @@ Build-depends: base >= 4 && < 5,- aeson >= 0.6 && < 0.9,- attoparsec >= 0.10 && < 0.13,+ aeson >= 0.6 && < 0.10,+ attoparsec >= 0.10 && < 0.14, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 1.3, filepath >= 1.3 && < 1.5,