-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yaml
44 lines (39 loc) · 1023 Bytes
/
package.yaml
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
name: TimeLines
version: 0.1.0.0
github: "lnfiniteMonkeys/TimeLines"
license: GPL-3
author: "lnfinite Monkeys"
maintainer: "[email protected]"
copyright: "2019 lnfinite Monkeys"
extra-source-files:
- README.md
- ChangeLog.md
- BootScript.hs
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
description: Please see the README on GitHub at <https://github.com/lnfiniteMonkeys/TimeLines#readme>
dependencies:
- base >= 4.7 && < 5
- mtl == 2.2.2
- containers == 0.6.0.1
- deepseq == 1.4.4.0
- array == 0.5.3.0
- directory == 1.3.3.0
- filepath == 1.4.2.1
- hosc == 0.17
- hsndfile == 0.8.0
- async == 2.2.2
- random == 1.1
library:
source-dirs: src
tests:
timelines-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- timelines