-
Notifications
You must be signed in to change notification settings - Fork 0
/
radler.cabal
182 lines (174 loc) · 3.39 KB
/
radler.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
-- Initial radler.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: radler
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Chadtech
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable radler
main-is: Main.hs
hs-source-dirs:
engine-src
audio-src
basics-src
ghc-options:
-- -prof -fprof-auto -rtsopts
-O2
-W
-Wall
-- -threaded
-- -fprof-auto
-- "-with-rtsopts=-N -p -s -h -i0.1"
default-extensions:
BangPatterns
OverloadedStrings
-- NoImplicitPrelude
other-modules:
Audio
Mono
Mono.Fade
Mono.Position
Stereo
Config
Constants
Contour
Duration
Error
Freq
Index
Json
Model
Note
Parse
Part
Part.DullSaw
Part.Harmonics
Part.Percussion
Part.Osc
Part.Saw
Part.Sin
Part.Test
Position
Prelude.Extra
Program
Random
Resolution
Response
Room
Route
Router
Scale
Scale.Major7ToneJit
Scale.Slendro
Score
Size
Timeline
Time
Timing
Update
Volume
-- other-extensions:
build-depends:
base >=4.11 && <4.12,
bytestring >=0.10 && <0.11,
containers >=0.6 && <1.0,
flow >=1.0 && <2,
split >=0.2 && <0.3,
regex-posix >=0.95 && <0.96,
text >=1.2 && <1.3,
scotty >=0.11 && <0.12,
stm >=2.4 && <2.5,
mtl >=2.2 && <2.3,
wai-extra >=3.0 && <3.1,
http-types >=0.12 && <0.13,
vector >=0.12 && <0.13,
WAVE >=0.1 && <0.2,
process >=1.6 && < 1.7,
template-haskell >=2.10 && < 2.15,
attoparsec >=0.13 && < 0.14,
extra >=1.6 && < 1.7,
random >=1.1 && < 2
default-language: Haskell2010
test-suite spec
main-is: Tests.hs
ghc-options:
-main-is Tests
-fwarn-incomplete-patterns
other-modules:
Audio
Config
Constants
Contour
Duration
Freq
Index
Mono
Mono.Fade
Mono.Position
Mono.Spec
Note
Parse
Part
Part.DullSaw
Part.Harmonics
Part.Osc
Part.Percussion
Part.Saw
Part.Sin
Part.Test
Position
Prelude.Extra
Resolution
Room
Scale
Scale.Major7ToneJit
Scale.Slendro
Score
Score.Spec
Size
Stereo
Stereo.Spec
Test.Extra
Time
Timeline
Timing
Volume
Volume.Spec
type: exitcode-stdio-1.0
default-language: Haskell2010
extensions: BangPatterns
hs-source-dirs:
tests
engine-src
audio-src
build-depends:
base >=4.11 && <4.12,
hspec >=2.7 && < 3,
QuickCheck >=2.13 && <3,
bytestring >=0.10 && <0.11,
containers >=0.6 && <1.0,
flow >=1.0 && <2,
split >=0.2 && <0.3,
regex-posix >=0.95 && <0.96,
text >=1.2 && <1.3,
scotty >=0.11 && <0.12,
stm >=2.4 && <2.5,
mtl >=2.2 && <2.3,
wai-extra >=3.0 && <3.1,
http-types >=0.12 && <0.13,
vector >=0.12 && <0.13,
WAVE >=0.1 && <0.2,
process >=1.6 && < 1.7,
template-haskell >=2.10 && < 2.15,
attoparsec >=0.13 && < 0.14,
extra >=1.6 && < 1.7,
random >=1.1 && < 2
-- hs-source-dirs: