summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..123fe83
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,49 @@
1name: trivmix
2version: 4.0.0
3license: PublicDomain
4license-file: LICENSE
5author: Gregor Kleen <aethoago@141.li>
6category: Sound
7build-type: Simple
8git: https://git.yggdrasil.li/gkleen/pub/trivmix
9
10library:
11 source-dirs: src
12 exposed-modules: Trivmix.Types
13 dependencies:
14 - base >=4.8 && <5
15 - data-default >=0.5 && <1
16 - case-insensitive >=1.2 && <2
17 - refined >=0.1.2.1 && <1
18 - scientific >=0.3.6.2 && <1
19 - th-lift >=0.7.10 && <1
20
21executables:
22 trivmix:
23 main: Trivmix.hs
24 source-dirs: trivmix
25 dependencies:
26 - base >=4.8 && <5
27 - jack >=0.7 && <1
28 - optparse-applicative >=0.11 && <1
29 - directory >=1.2 && <2
30 - filepath >=1.3 && <2
31 - unix >=2.7 && <3
32 - hinotify >=0.3 && <1
33 - transformers >=0.3 && <1
34 - explicit-exception >=0.1 && <1
35 - process >=1.2 && <2
36 - filelock >=0.1 && <1
37 - systemd >=1.1.2 && <2
38 - heredoc >=0.2.0.0 && <1
39 - refined >=0.1.2.1 && <1
40 - trivmix
41 adjmix:
42 main: Adjmix.hs
43 source-dirs: adjmix
44 dependencies:
45 - base >=4.8 && <5
46 - optparse-applicative >=0.11 && <1
47 - filepath >=1.3 && <2
48 - filelock >=0.1 && <1
49 - trivmix