aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.yaml
diff options
context:
space:
mode:
authorMarvin Borner2024-02-29 11:42:25 +0100
committerMarvin Borner2024-02-29 11:42:25 +0100
commitb13bc3379a46cc5e45eeede0537f0da323410d85 (patch)
tree4804e174351f2bc17bcfa22e9ee1e7e46c950a79 /package.yaml
parent1f36d2506288f2039707b843f203bfa19176a1e3 (diff)
Removed stacks test dir
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml15
1 files changed, 4 insertions, 11 deletions
diff --git a/package.yaml b/package.yaml
index 374e3ee..b7c2fc3 100644
--- a/package.yaml
+++ b/package.yaml
@@ -50,6 +50,7 @@ library:
ghc-options:
- -O3
- -optc-O3
+ - -fllvm
- -funfolding-use-threshold=16
- -Wall
- -Wextra
@@ -63,17 +64,9 @@ executables:
main: Main.hs
source-dirs: app
ghc-options:
- - -threaded
- - -rtsopts
- - -with-rtsopts=-N
- dependencies:
- - bruijn
-
-tests:
- bruijn-test:
- main: Spec.hs
- source-dirs: test
- ghc-options:
+ - -O3
+ - -optc-O3
+ - -fllvm
- -threaded
- -rtsopts
- -with-rtsopts=-N