summaryrefslogtreecommitdiff
path: root/chad-fast.cabal
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2025-03-10 16:17:23 +0100
committerTom Smeding <t.j.smeding@uu.nl>2025-03-10 16:17:23 +0100
commit757bf35e5f9f10a76fb41bdd972ee358e9b3ad45 (patch)
tree85a0ec565acfcde21a9a8378385be3af09ab1144 /chad-fast.cabal
parente78a7cb73f33453a97fa12cfa8e5af07d1aa6eba (diff)
More compact test output
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r--chad-fast.cabal14
1 files changed, 12 insertions, 2 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal
index 7a1c641..aa4dfcc 100644
--- a/chad-fast.cabal
+++ b/chad-fast.cabal
@@ -73,17 +73,27 @@ test-suite example
default-language: Haskell2010
ghc-options: -Wall -threaded
+library test-framework
+ exposed-modules: Test.Framework
+ build-depends:
+ base,
+ hedgehog,
+ time,
+ transformers
+ hs-source-dirs: test-framework
+ default-language: Haskell2010
+ ghc-options: -Wall -threaded
+
test-suite test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends:
chad-fast,
+ test-framework,
base,
containers,
dependent-map,
hedgehog,
- tasty,
- tasty-hedgehog,
text,
transformers,
hs-source-dirs: test