]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - arpeggigon.cabal
New README and name change.
[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.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.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 -debug
56
57 -- executable arpeggigon.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 -- -auto-all
94 -- "-with-rtsopts=-P -S -T -h -i0.1 -xt"
95
96 -- executable arpeggigon.debug
97 -- main-is: RMCA/Main.hs
98 -- other-modules: Paths_RMCA
99 -- other-extensions: MultiParamTypeClasses
100 -- , ScopedTypeVariables
101 -- , Arrows
102 -- , FlexibleInstances
103 -- , TypeSynonymInstances
104 -- , FlexibleContexts
105 -- , GeneralizedNewtypeDeriving
106 -- build-depends: base >=4.8 && <4.10
107 -- , array >=0.5 && <0.6
108 -- , cairo >=0.13 && <0.14
109 -- , keera-hails-reactivevalues >=0.2 && <0.3
110 -- , Yampa >=0.10 && <0.11
111 -- , gtk-helpers >=0.0 && <0.1
112 -- , gtk >=0.14 && <0.15
113 -- , keera-hails-reactive-gtk >=0.3 && <0.4
114 -- , keera-hails-reactive-yampa >=0.0 && <0.1
115 -- , containers >=0.5 && <0.6
116 -- , jack >=0.7 && <0.8
117 -- , midi >=0.2 && <0.3
118 -- , explicit-exception >=0.1 && <0.2
119 -- , transformers >=0.4 && <0.6
120 -- , event-list >=0.1 && <0.2
121 -- , keera-callbacks >=0.1 && <0.2
122 -- , glib >=0.13 && <0.14
123 -- hs-source-dirs: src
124 -- build-tools: hsc2hs
125 -- default-language: Haskell2010
126 -- ghc-options: -O2
127 -- -threaded
128 -- -Wall
129 -- -fno-warn-name-shadowing
130 -- -fno-warn-unused-do-bind
131 -- -debug