]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - arpeggigon.cabal
Removed debug flag from cabal file.
[tmp/julm/arpeggigon.git] / arpeggigon.cabal
1 -- Initial arpeggigon.cabal generated by cabal init. For further
2 -- documentation, see http://haskell.org/cabal/users-guide/
3
4 name: arpeggigon
5 version: 0.1.0.0
6 -- synopsis:
7 -- description:
8 homepage: https://gitlab.com/chupin/reactogon
9 license: BSD3
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 arpeggigon
21 main-is: RMCA/Main.hs
22 other-modules: Paths_arpeggigon
23 other-extensions: MultiParamTypeClasses
24 , ScopedTypeVariables
25 , Arrows
26 , FlexibleInstances
27 , TypeSynonymInstances
28 , FlexibleContexts
29 , GeneralizedNewtypeDeriving
30 build-depends: base >=4.7 && <4.10
31 , bifunctors >= 5.4.1 && < 6
32 , array >=0.5 && <0.6
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.1 && <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
56 -- executable arpeggigon.prof
57 -- main-is: RMCA/Main.hs
58 -- other-modules: Paths_RMCA
59 -- other-extensions: MultiParamTypeClasses
60 -- , ScopedTypeVariables
61 -- , Arrows
62 -- , FlexibleInstances
63 -- , TypeSynonymInstances
64 -- , FlexibleContexts
65 -- , GeneralizedNewtypeDeriving
66 -- build-depends: base >=4.8 && <4.10
67 -- , array >=0.5 && <0.6
68 -- , cairo >=0.13 && <0.14
69 -- , keera-hails-reactivevalues >=0.2 && <0.3
70 -- , Yampa >=0.10 && <0.11
71 -- , gtk-helpers >=0.0 && <0.1
72 -- , gtk >=0.14 && <0.15
73 -- , keera-hails-reactive-gtk >=0.3 && <0.4
74 -- , keera-hails-reactive-yampa >=0.0 && <0.1
75 -- , containers >=0.5 && <0.6
76 -- , jack >=0.7 && <0.8
77 -- , midi >=0.2 && <0.3
78 -- , explicit-exception >=0.1 && <0.2
79 -- , transformers >=0.4 && <0.6
80 -- , event-list >=0.1 && <0.2
81 -- , keera-callbacks >=0.1 && <0.2
82 -- , glib >=0.13 && <0.14
83 -- hs-source-dirs: src
84 -- build-tools: hsc2hs
85 -- default-language: Haskell2010
86 -- ghc-options: -O2
87 -- -threaded
88 -- -Wall
89 -- -fno-warn-name-shadowing
90 -- -fno-warn-unused-do-bind
91 -- -fprof-auto
92 -- -auto-all
93 -- "-with-rtsopts=-P -S -T -h -i0.1 -xt"
94
95 -- executable arpeggigon.debug
96 -- main-is: RMCA/Main.hs
97 -- other-modules: Paths_RMCA
98 -- other-extensions: MultiParamTypeClasses
99 -- , ScopedTypeVariables
100 -- , Arrows
101 -- , FlexibleInstances
102 -- , TypeSynonymInstances
103 -- , FlexibleContexts
104 -- , GeneralizedNewtypeDeriving
105 -- build-depends: base >=4.8 && <4.10
106 -- , array >=0.5 && <0.6
107 -- , cairo >=0.13 && <0.14
108 -- , keera-hails-reactivevalues >=0.2 && <0.3
109 -- , Yampa >=0.10 && <0.11
110 -- , gtk-helpers >=0.0 && <0.1
111 -- , gtk >=0.14 && <0.15
112 -- , keera-hails-reactive-gtk >=0.3 && <0.4
113 -- , keera-hails-reactive-yampa >=0.0 && <0.1
114 -- , containers >=0.5 && <0.6
115 -- , jack >=0.7 && <0.8
116 -- , midi >=0.2 && <0.3
117 -- , explicit-exception >=0.1 && <0.2
118 -- , transformers >=0.4 && <0.6
119 -- , event-list >=0.1 && <0.2
120 -- , keera-callbacks >=0.1 && <0.2
121 -- , glib >=0.13 && <0.14
122 -- hs-source-dirs: src
123 -- build-tools: hsc2hs
124 -- default-language: Haskell2010
125 -- ghc-options: -O2
126 -- -threaded
127 -- -Wall
128 -- -fno-warn-name-shadowing
129 -- -fno-warn-unused-do-bind
130 -- -debug