packages feed

profiteur 0.1.2.1 → 0.1.2.2

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~aesondep ~attoparsecdep ~text

Dependency ranges changed: aeson, attoparsec, text

Files

CHANGELOG view
@@ -1,3 +1,6 @@+- 0.1.2.2+    * Loosen `text` dependency+ - 0.1.2.1     * Loosen `text` dependency 
profiteur.cabal view
@@ -1,5 +1,5 @@ Name:                profiteur-Version:             0.1.2.1+Version:             0.1.2.2 Synopsis:            Treemap visualiser for GHC prof files Description:         Treemap visualiser for GHC prof files Homepage:            http://github.com/jaspervdj/profiteur@@ -31,6 +31,10 @@   data/js/zoom.js   data/lib/jquery-1.11.0.min.js +Source-repository head+  Type: git+  Location: git://github.com/jaspervdj/profiteur.git+ Executable profiteur   Main-is:        Main.hs   Hs-source-dirs: src@@ -42,10 +46,10 @@    Build-depends:     base                 >= 4    && < 5,-    aeson                >= 0.6  && < 0.8,-    attoparsec           >= 0.10 && < 0.12,+    aeson                >= 0.6  && < 0.9,+    attoparsec           >= 0.10 && < 0.13,     bytestring           >= 0.9  && < 0.11,-    text                 >= 0.11 && < 1.2,+    text                 >= 0.11 && < 1.3,     filepath             >= 1.3  && < 1.4,     unordered-containers >= 0.2  && < 0.3,     vector               >= 0.10 && < 0.11