diff options
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 |