summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 7f85434..44621d5 100644
--- a/package.yaml
+++ b/package.yaml
@@ -7,9 +7,8 @@ category: Sound
7build-type: Simple 7build-type: Simple
8git: https://git.yggdrasil.li/gkleen/pub/trivmix 8git: https://git.yggdrasil.li/gkleen/pub/trivmix
9 9
10ghc-options: -threaded
11
12library: 10library:
11 ghc-options: -O2
13 source-dirs: src 12 source-dirs: src
14 exposed-modules: Trivmix.Types 13 exposed-modules: Trivmix.Types
15 dependencies: 14 dependencies:
@@ -22,6 +21,7 @@ library:
22 21
23executables: 22executables:
24 trivmix: 23 trivmix:
24 ghc-options: -threaded -O2
25 main: Trivmix.hs 25 main: Trivmix.hs
26 source-dirs: trivmix 26 source-dirs: trivmix
27 dependencies: 27 dependencies:
@@ -42,6 +42,7 @@ executables:
42 - scientific >=0.3.5.3 && <1 42 - scientific >=0.3.5.3 && <1
43 - trivmix 43 - trivmix
44 adjmix: 44 adjmix:
45 ghc-options: -threaded -O2
45 main: Adjmix.hs 46 main: Adjmix.hs
46 source-dirs: adjmix 47 source-dirs: adjmix
47 dependencies: 48 dependencies: