diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-10-03 23:05:24 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-10-03 23:05:24 +0200 |
commit | 4772025626d78127536c341c38052d23ca953ae3 (patch) | |
tree | 56374b80987c42598b63b785ba8207bc290cc835 /sharing-recovery.cabal | |
parent | bb44859684ee8f241da6d2d0a4ebed1639b11b81 (diff) |
Move TH experiments to test-th
Diffstat (limited to 'sharing-recovery.cabal')
-rw-r--r-- | sharing-recovery.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sharing-recovery.cabal b/sharing-recovery.cabal index 9e34bab..42f233c 100644 --- a/sharing-recovery.cabal +++ b/sharing-recovery.cabal @@ -21,14 +21,14 @@ library default-language: Haskell2010 ghc-options: -Wall -test-suite test +test-suite test-th type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Arith Arith.NonBase NonBaseTH - hs-source-dirs: test + hs-source-dirs: test-th build-depends: sharing-recovery, base, |