]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - RMCA.cabal
Hlint suggestions.
[tmp/julm/arpeggigon.git] / RMCA.cabal
1 -- Initial reactogon.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name: RMCA
5 version: 0.1.0.0
6 -- synopsis:
7 -- description:
8 homepage: https://gitlab.com/chupin/reactogon
9 -- license:
10 license-file: LICENSE
11 author: Guerric Chupin
12 maintainer: guerric.chupin@gmail.com
13 -- copyright:
14 -- category:
15 build-type: Simple
16 extra-source-files: ChangeLog.md, README.md
17 cabal-version: >=1.10
18 data-files: img/*.png, img/*.svg
19
20 executable RMCA
21 main-is: RMCA/Main.hs
22 other-modules: Paths_RMCA
23 other-extensions: MultiParamTypeClasses
24 , ScopedTypeVariables
25 , Arrows
26 , FlexibleInstances
27 , TypeSynonymInstances
28 , FlexibleContexts
29 , GeneralizedNewtypeDeriving
30 build-depends: base >=4.8 && <4.10
31 , array >=0.5 && <0.6
32 , cairo >=0.13 && <0.14
33 , keera-hails-reactivevalues >=0.2 && <0.3
34 , Yampa >=0.10 && <0.11
35 , gtk-helpers >=0.0 && <0.1
36 , gtk >=0.14 && <0.15
37 , keera-hails-reactive-gtk >=0.3 && <0.4
38 , keera-hails-reactive-yampa >=0.0 && <0.1
39 , containers >=0.5 && <0.6
40 , jack >=0.7 && <0.8
41 , midi >=0.2 && <0.3
42 , explicit-exception >=0.1 && <0.2
43 , transformers >=0.4 && <0.6
44 , event-list >=0.1 && <0.2
45 , keera-callbacks >=0.1 && <0.2
46 , glib >=0.13 && <0.14
47 hs-source-dirs: src
48 build-tools: hsc2hs
49 default-language: Haskell2010
50 ghc-options: -O2
51 -threaded
52 -Wall
53 -fno-warn-name-shadowing
54 -fno-warn-unused-do-bind
55 -debug
56
57 executable RMCA.prof
58 main-is: RMCA/Main.hs
59 other-modules: Paths_RMCA
60 other-extensions: MultiParamTypeClasses
61 , ScopedTypeVariables
62 , Arrows
63 , FlexibleInstances
64 , TypeSynonymInstances
65 , FlexibleContexts
66 , GeneralizedNewtypeDeriving
67 build-depends: base >=4.8 && <4.10
68 , array >=0.5 && <0.6
69 , cairo >=0.13 && <0.14
70 , keera-hails-reactivevalues >=0.2 && <0.3
71 , Yampa >=0.10 && <0.11
72 , gtk-helpers >=0.0 && <0.1
73 , gtk >=0.14 && <0.15
74 , keera-hails-reactive-gtk >=0.3 && <0.4
75 , keera-hails-reactive-yampa >=0.0 && <0.1
76 , containers >=0.5 && <0.6
77 , jack >=0.7 && <0.8
78 , midi >=0.2 && <0.3
79 , explicit-exception >=0.1 && <0.2
80 , transformers >=0.4 && <0.6
81 , event-list >=0.1 && <0.2
82 , keera-callbacks >=0.1 && <0.2
83 , glib >=0.13 && <0.14
84 hs-source-dirs: src
85 build-tools: hsc2hs
86 default-language: Haskell2010
87 ghc-options: -O2
88 -threaded
89 -Wall
90 -fno-warn-name-shadowing
91 -fno-warn-unused-do-bind
92 -fprof-auto
93 -prof
94 -auto-all
95 "-with-rtsopts=-P -S -T -h -i0.1 -xt"
96
97 executable RMCA.debug
98 main-is: RMCA/Main.hs
99 other-modules: Paths_RMCA
100 other-extensions: MultiParamTypeClasses
101 , ScopedTypeVariables
102 , Arrows
103 , FlexibleInstances
104 , TypeSynonymInstances
105 , FlexibleContexts
106 , GeneralizedNewtypeDeriving
107 build-depends: base >=4.8 && <4.10
108 , array >=0.5 && <0.6
109 , cairo >=0.13 && <0.14
110 , keera-hails-reactivevalues >=0.2 && <0.3
111 , Yampa >=0.10 && <0.11
112 , gtk-helpers >=0.0 && <0.1
113 , gtk >=0.14 && <0.15
114 , keera-hails-reactive-gtk >=0.3 && <0.4
115 , keera-hails-reactive-yampa >=0.0 && <0.1
116 , containers >=0.5 && <0.6
117 , jack >=0.7 && <0.8
118 , midi >=0.2 && <0.3
119 , explicit-exception >=0.1 && <0.2
120 , transformers >=0.4 && <0.6
121 , event-list >=0.1 && <0.2
122 , keera-callbacks >=0.1 && <0.2
123 , glib >=0.13 && <0.14
124 hs-source-dirs: src
125 build-tools: hsc2hs
126 default-language: Haskell2010
127 ghc-options: -O2
128 -threaded
129 -Wall
130 -fno-warn-name-shadowing
131 -fno-warn-unused-do-bind
132 -debug