summaryrefslogtreecommitdiff
path: root/chad-fast.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r--chad-fast.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal
index ef9f642..ad949c6 100644
--- a/chad-fast.cabal
+++ b/chad-fast.cabal
@@ -49,7 +49,14 @@ library
test-suite example
type: exitcode-stdio-1.0
- main-is: test/example/Main.hs
+ main-is: example/Main.hs
+ build-depends: base, chad-fast
+ default-language: Haskell2010
+ ghc-options: -Wall -threaded
+
+test-suite test
+ type: exitcode-stdio-1.0
+ main-is: test/Main.hs
build-depends: base, chad-fast
default-language: Haskell2010
ghc-options: -Wall -threaded