profiteur 0.1.2.0 → 0.1.2.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG +3/−0
- profiteur.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.1.2.1+ * Loosen `text` dependency+ - 0.1.2.0 * Fix resize/redraw bug for Firefox/Linux combo
profiteur.cabal view
@@ -1,5 +1,5 @@ Name: profiteur-Version: 0.1.2.0+Version: 0.1.2.1 Synopsis: Treemap visualiser for GHC prof files Description: Treemap visualiser for GHC prof files Homepage: http://github.com/jaspervdj/profiteur@@ -45,7 +45,7 @@ aeson >= 0.6 && < 0.8, attoparsec >= 0.10 && < 0.12, bytestring >= 0.9 && < 0.11,- text >= 0.11 && < 1.1,+ text >= 0.11 && < 1.2, filepath >= 1.3 && < 1.4, unordered-containers >= 0.2 && < 0.3, vector >= 0.10 && < 0.11