-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathseis8s_cabal
73 lines (68 loc) · 1.82 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
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:
reflex,
reflex-dom,
ghcjs-base,
ghcjs-dom-jsffi,
mtl,
base,
time,
hosc,
text,
tempi,
tuple,
split,
containers,
haskellish >= 0.2.0 && <0.4,
haskell-src-exts >= 1.21.0
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 punctual
hs-source-dirs: executable-src
main-is: Main.hs
build-depends:
reflex,
reflex-dom,
ghcjs-base,
ghcjs-dom-jsffi,
mtl,
base,
time,
hosc,
text,
tempi,
tuple,
split,
containers,
haskellish >= 0.2.0 && <0.4,
haskell-src-exts >= 1.21.0
other-modules:
default-language: Haskell2010