diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-06-20 00:02:11 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-06-20 00:02:11 +0200 |
commit | 59ea6579c0cceeecaef7c27e39aab39828a4fbeb (patch) | |
tree | 449236067e6a3b2d894623fc90506fdde46db301 /chad-fast.cabal | |
parent | a4b3eb76acbec30ffeae119a4dc6e4c9f64396fe (diff) |
WIP parallel test suitetest-parallel
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index b7270e4..94af651 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -83,7 +83,9 @@ library test-framework exposed-modules: Test.Framework build-depends: base, + concurrent-output, hedgehog, + stm, time, transformers hs-source-dirs: test-framework |