From b13bc3379a46cc5e45eeede0537f0da323410d85 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Thu, 29 Feb 2024 11:42:25 +0100
Subject: Removed stacks test dir

---
 package.yaml | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

(limited to 'package.yaml')

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
-- 
cgit v1.2.3