packages feed

Cabal revisions of profiteur-0.3.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                profiteur-Version:             0.3.0.0-Synopsis:            Treemap visualiser for GHC prof files-Description:         Treemap visualiser for GHC prof files-Homepage:            http://github.com/jaspervdj/profiteur-License:             BSD3-License-file:        LICENSE-Author:              Jasper Van der Jeugt <m@jaspervdj.be>-Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>-Copyright:           2014 Jasper Van der Jeugt-Category:            Development-Build-type:          Simple-Cabal-version:       >= 1.8--Extra-source-files:-  CHANGELOG--Data-files:-  data/css/main.css-  data/html/body.html-  data/js/details.js-  data/js/main.js-  data/js/model.js-  data/js/node.js-  data/js/resizing-canvas.js-  data/js/selection.js-  data/js/sorting.js-  data/js/tree-browser.js-  data/js/tree-map.js-  data/js/unicode.js-  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-  Ghc-options:    -Wall--  Other-modules:-    Profiteur.Core-    Profiteur.Parser--  Build-depends:-    base                 >= 4    && < 5,-    aeson                >= 0.6  && < 0.11,-    attoparsec           >= 0.10 && < 0.14,-    bytestring           >= 0.9  && < 0.11,-    text                 >= 0.11 && < 1.3,-    filepath             >= 1.3  && < 1.5,-    unordered-containers >= 0.2  && < 0.3,-    vector               >= 0.10 && < 0.12+Name:                profiteur
+Version:             0.3.0.0
+x-revision: 1
+Synopsis:            Treemap visualiser for GHC prof files
+Description:         Treemap visualiser for GHC prof files
+Homepage:            http://github.com/jaspervdj/profiteur
+License:             BSD3
+License-file:        LICENSE
+Author:              Jasper Van der Jeugt <m@jaspervdj.be>
+Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>
+Copyright:           2014 Jasper Van der Jeugt
+Category:            Development
+Build-type:          Simple
+Cabal-version:       >= 1.8
+
+Extra-source-files:
+  CHANGELOG
+
+Data-files:
+  data/css/main.css
+  data/html/body.html
+  data/js/details.js
+  data/js/main.js
+  data/js/model.js
+  data/js/node.js
+  data/js/resizing-canvas.js
+  data/js/selection.js
+  data/js/sorting.js
+  data/js/tree-browser.js
+  data/js/tree-map.js
+  data/js/unicode.js
+  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
+  Ghc-options:    -Wall
+
+  Other-modules:
+    Profiteur.Core
+    Profiteur.Parser
+
+  Build-depends:
+    base                 >= 4.8  && < 5,
+    aeson                >= 0.6  && < 0.11,
+    attoparsec           >= 0.10 && < 0.14,
+    bytestring           >= 0.9  && < 0.11,
+    text                 >= 0.11 && < 1.3,
+    filepath             >= 1.3  && < 1.5,
+    unordered-containers >= 0.2  && < 0.3,
+    vector               >= 0.10 && < 0.12