forked from jaspervdj/profiteur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofiteur.cabal
56 lines (50 loc) · 1.5 KB
/
profiteur.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Name: profiteur
Version: 0.4.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.md
README.md
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
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:
aeson >= 0.6 && < 1.1,
attoparsec >= 0.10 && < 0.14,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
filepath >= 1.3 && < 1.5,
js-jquery >= 1.11 && < 1.11.2,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.10 && < 0.12