From 96ca64f769e84ff8714889ee8d75fa2ade2e014d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 May 2018 22:16:56 +0200 Subject: Optimise aggressively --- package.yaml | 5 +++-- 1 file 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 build-type: Simple git: https://git.yggdrasil.li/gkleen/pub/trivmix -ghc-options: -threaded - library: + ghc-options: -O2 source-dirs: src exposed-modules: Trivmix.Types dependencies: @@ -22,6 +21,7 @@ library: executables: trivmix: + ghc-options: -threaded -O2 main: Trivmix.hs source-dirs: trivmix dependencies: @@ -42,6 +42,7 @@ executables: - scientific >=0.3.5.3 && <1 - trivmix adjmix: + ghc-options: -threaded -O2 main: Adjmix.hs source-dirs: adjmix dependencies: -- cgit v1.2.3