diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-02-28 23:57:31 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-02-28 23:57:31 +0100 |
commit | 9eec3fb3ec727e61a34742be7672a4e281127576 (patch) | |
tree | cdfc2d9225077e082e18f1d1a00ea9e3ec2deca4 /chad-fast.cabal | |
parent | b3b7cebfac9d9c54a2e51152e60e04999a7683e3 (diff) |
test: Simplify and make it a bit faster
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 4ee1c19..7a1c641 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -26,6 +26,7 @@ library CHAD.EnvDescr CHAD.Top CHAD.Types + CHAD.Types.ToTan Compile Compile.Exec Data @@ -83,6 +84,7 @@ test-suite test hedgehog, tasty, tasty-hedgehog, + text, transformers, hs-source-dirs: test default-language: Haskell2010 |