diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-13 10:54:36 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-13 10:54:36 +0200 |
commit | 46880aa722e3d6793bc83d26f45e9dafa8e80717 (patch) | |
tree | bf5f71be35d5bf89b6c40cd80f530fc9dd3512ed /chad-fast.cabal | |
parent | c50eeccd45b8f8fce50bc7f3eeffa9f4ab8a77a4 (diff) |
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index df72133..fb3e042 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -85,7 +85,12 @@ library test-framework exposed-modules: Test.Framework build-depends: base, + ansi-terminal, + colour, + concurrent-output, hedgehog, + pqueue, + stm, time, transformers hs-source-dirs: test-framework |