profiteur 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~aeson
Dependency ranges changed: aeson
Files
- CHANGELOG +3/−0
- profiteur.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.3.0.2+ * Bump `aeson` dependency+ - 0.3.0.1 * Bump base version, add example to repo
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.3.0.1+Version: 0.3.0.2 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -46,7 +46,7 @@ Build-depends: base >= 4.8 && < 5,- aeson >= 0.6 && < 0.11,+ aeson >= 0.6 && < 0.12, attoparsec >= 0.10 && < 0.14, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 1.3,