]> Git — Sourcephile - tmp/julm/arpeggigon.git/blob - RMCA.cabal
Multiple layer internals done. Translator not finished.
[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 -threaded -W
51
52 executable RMCA.prof
53 main-is: RMCA/Main.hs
54 other-modules: Paths_RMCA
55 other-extensions: MultiParamTypeClasses
56 , ScopedTypeVariables
57 , Arrows
58 , FlexibleInstances
59 , TypeSynonymInstances
60 , FlexibleContexts
61 , GeneralizedNewtypeDeriving
62 build-depends: base >=4.8 && <4.10
63 , array >=0.5 && <0.6
64 , cairo >=0.13 && <0.14
65 , keera-hails-reactivevalues >=0.2 && <0.3
66 , Yampa >=0.10 && <0.11
67 , gtk-helpers >=0.0 && <0.1
68 , gtk >=0.14 && <0.15
69 , keera-hails-reactive-gtk >=0.3 && <0.4
70 , keera-hails-reactive-yampa >=0.0 && <0.1
71 , containers >=0.5 && <0.6
72 , jack >=0.7 && <0.8
73 , midi >=0.2 && <0.3
74 , explicit-exception >=0.1 && <0.2
75 , transformers >=0.4 && <0.6
76 , event-list >=0.1 && <0.2
77 , keera-callbacks >=0.1 && <0.2
78 , glib >=0.13 && <0.14
79 hs-source-dirs: src
80 build-tools: hsc2hs
81 default-language: Haskell2010
82 ghc-options: -O2
83 -threaded
84 -W
85 -fprof-auto
86 -prof
87 -auto-all
88 "-with-rtsopts=-p -s -h -i0.1"