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