aboutsummaryrefslogtreecommitdiffhomepage
path: root/bruijn.cabal
diff options
context:
space:
mode:
authorMarvin Borner2024-02-29 11:42:25 +0100
committerMarvin Borner2024-02-29 11:42:25 +0100
commitb13bc3379a46cc5e45eeede0537f0da323410d85 (patch)
tree4804e174351f2bc17bcfa22e9ee1e7e46c950a79 /bruijn.cabal
parent1f36d2506288f2039707b843f203bfa19176a1e3 (diff)
Removed stacks test dir
Diffstat (limited to 'bruijn.cabal')
-rw-r--r--bruijn.cabal35
1 files changed, 2 insertions, 33 deletions
diff --git a/bruijn.cabal b/bruijn.cabal
index 9ce83d2..d255c78 100644
--- a/bruijn.cabal
+++ b/bruijn.cabal
@@ -64,7 +64,7 @@ library
src
default-extensions:
LambdaCase
- ghc-options: -O3 -optc-O3 -funfolding-use-threshold=16 -Wall -Wextra -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints
+ ghc-options: -O3 -optc-O3 -fllvm -funfolding-use-threshold=16 -Wall -Wextra -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints
build-depends:
array
, base >=4.7 && <5
@@ -93,38 +93,7 @@ executable bruijn
app
default-extensions:
LambdaCase
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
- build-depends:
- array
- , base >=4.7 && <5
- , binary
- , bitstring
- , bruijn
- , bytestring
- , clock
- , containers
- , deepseq
- , directory
- , filepath
- , haskeline
- , megaparsec
- , mtl
- , optparse-applicative
- , process
- , random
- , time
- default-language: Haskell2010
-
-test-suite bruijn-test
- type: exitcode-stdio-1.0
- main-is: Spec.hs
- other-modules:
- Paths_bruijn
- hs-source-dirs:
- test
- default-extensions:
- LambdaCase
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -O3 -optc-O3 -fllvm -threaded -rtsopts -with-rtsopts=-N
build-depends:
array
, base >=4.7 && <5