-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseis8s.cabal
86 lines (81 loc) · 2.11 KB
/
seis8s.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
name: seis8s
version: 0.0.0.1
synopsis: Live coding language
description: Please see README.md
homepage: https://github.com/luisnavarrodelangel/seis8s/blob/master/README.md
license: GPL-3
license-file: LICENSE
author: Luis N. Del Angel & David Ogborn
maintainer: [email protected]
copyright: 2020 Luis N. Del Angel & David Ogborn
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files:
source-repository head
type: git
location: https://github.com/luisnavarrodelangel/seis8s.git
Library
hs-source-dirs: library-src
Build-Depends:
base,
time,
mtl,
containers,
ghcjs-base,
ghcjs-dom-jsffi,
jsaddle,
text,
text-show,
haskellish >= 0.2.4.2 && <0.4,
haskell-src-exts >= 1.21.0,
musicw >= 0.3.7 && <0.4,
transformers,
deepseq,
criterion,
hosc,
tuple,
aeson,
split >= 0.2.3.3 && < 0.3,
tempi >= 1.0.1.1 && < 1.1
GHC-Options: -Wall -fwarn-tabs -fno-warn-unused-do-bind
Exposed-modules: Sound.Seis8s.Generic
Sound.Seis8s.GlobalMaterial
Sound.Seis8s.Harmony
Sound.Seis8s.Layer
Sound.Seis8s.LayerState
Sound.Seis8s.Parser
Sound.Seis8s.Program
Sound.Seis8s.Rhythm
Sound.Seis8s.Style
other-modules:
default-language: Haskell2010
executable seis8s
hs-source-dirs: executable-src
main-is: Main.hs
build-depends:
base,
seis8s,
reflex,
reflex-dom,
jsaddle,
time,
mtl,
text,
containers,
ghcjs-base,
ghcjs-dom-jsffi,
text,
text-show,
haskellish >= 0.2.0,
haskell-src-exts >= 1.21.0,
musicw >= 0.3.7 && <0.4,
transformers,
deepseq,
hosc,
tuple,
aeson,
split >= 0.2.3.3,
tempi >= 1.0.1.1 && < 1.1
other-modules:
default-language: Haskell2010