-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhythmr.cabal
93 lines (87 loc) · 3.33 KB
/
rhythmr.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
name: rhythmr
version: 0.1.0.0
-- synopsis:
-- description:
--homepage: https://github.com/githubuser/loopo#readme
license: BSD3
--license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2019 Author name here
category: Web
build-type: Simple
cabal-version: >=1.10
--extra-source-files: README.md
--Library pa
--C-sources: src/nonblocking.c
Flag llvm
Description: Compile via LLVM. This produces much better object code
but your GHC needs to have been built against the LLVM compiler.
Default: False
executable rhythmr
hs-source-dirs: src
main-is: Main.hs
other-modules: Util, External, Aubio, Resample, Search, Download, Memoize, Analysis, ISO8601Duration, AesonHelpers, Spleeter, Affinity, Constants, Graph,
Looper, Zipper, FX, Gui, FPS, State, Ascii, Bars, Viz, History, SaveLoad, Loop, Animate, Hypercube, Zounds, Chew, Hash, BandLimitedInterpolator, Rc,
Project, Fiz, Rand, Blossom, ZoundCAW, Stow, Numberer, Resources
--ghc-options: -threaded -rtsopts "-with-rtsopts=-N"
ghc-options:
-O2
-threaded
-rtsopts
"-with-rtsopts=-N -H1g"
--ghc-options: -threaded -rtsopts "-with-rtsopts=-N -sstderr" -lportaudio
default-language: Haskell2010
--extra-libraries: nonblocking.o
c-sources: src/nonblocking.c, src/nblint.c
build-depends: base >= 4.7 && < 5,
aeson,
base16-bytestring,
binary,
bytestring,
containers,
cryptohash-md5,
deepseq,
directory,
dir-traverse,
filepath,
-- This works
--gl >= 0.5,
generic-deriving,
--GLFW-b,
gloss,
gloss-juicy,
--GLUT,
--cabal install gloss --flags="GLFW -GLUT"
hsndfile >= 0.8.0,
hsndfile-storablevector >= 0.5.2,
intervals,
--conduit-audio-samplerate,
--portaudio >= 0.2.4,
--iso8601-duration,
--MissingH,
--pa,
linear,
MonadRandom,
--network >= 3.1.1.1,
portaudio >= 0.2.4,
pretty-simple,
process,
random,
split,
stm,
storablevector,
temporary,
text,
time,
unix,
unordered-containers,
utf8-string,
vector
--vector,
--hsndfile,
--c2hs >= 0.16.3
--array,
--explicit-exception,
--jack,
--transformers