This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgen-opcodes.cabal
64 lines (47 loc) · 1.61 KB
/
gen-opcodes.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
Name: gen-opcodes
Version: 0.0
Cabal-Version: >= 1.10
License: BSD3
Author: Anton Kholomiov
Synopsis: Generates opcodes for csound-expression
Build-Type: Simple
Description:
Makes an executable program @gen-opcodes@ that generates
packages for dynamic and typed opcodes in the current directory.
Data-Files:
resources/csound-expression-opcodes-dynamic.cabal
resources/csound-expression-opcodes.cabal
resources/LICENSE
resources/Setup.hs
resources/MiscQuickref.html
resources/docs.txt
Library
Hs-Source-Dirs: src
Build-Depends: base >= 4, base < 5, shelly, xml, containers, transformers, wl-pprint, split, http-conduit
Exposed-modules:
Csound.Gen.Types
Csound.Gen.Pretty
Csound.Gen.Parse
Executable gen-opcodes
Hs-Source-Dirs: src
Build-Depends: base >= 4, base < 5, shelly, xml, containers, transformers, wl-pprint, split, lifted-base, filepath, http-conduit
Main-Is: Main.hs
Executable gen-opcodes-unparsed
Hs-Source-Dirs: src
Build-Depends: base >= 4, base < 5, shelly, xml, containers, transformers, wl-pprint, split
Main-Is: Unparsed.hs
Ghc-Options: -main-is Unparsed
Executable gen-opcodes-prepare-docs
Hs-Source-Dirs: src
Build-Depends: base >= 4, base < 5
, shelly
, xml
, containers
, filepath
, transformers
, wl-pprint
, split
, terminal-progress-bar >= 0.2
, vector
Main-Is: Prepare.hs
Ghc-options: -main-is Prepare