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 | |
parent | bb44859684ee8f241da6d2d0a4ebed1639b11b81 (diff) |
Move TH experiments to test-th
-rw-r--r-- | sharing-recovery.cabal | 4 | ||||
-rw-r--r-- | test-th/Arith.hs (renamed from test/Arith.hs) | 0 | ||||
-rw-r--r-- | test-th/Arith/NonBase.hs (renamed from test/Arith/NonBase.hs) | 0 | ||||
-rw-r--r-- | test-th/Main.hs (renamed from test/Main.hs) | 0 | ||||
-rw-r--r-- | test-th/NonBaseTH.hs (renamed from test/NonBaseTH.hs) | 0 |
5 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, diff --git a/test/Arith.hs b/test-th/Arith.hs index c34baa8..c34baa8 100644 --- a/test/Arith.hs +++ b/test-th/Arith.hs diff --git a/test/Arith/NonBase.hs b/test-th/Arith/NonBase.hs index f5d458e..f5d458e 100644 --- a/test/Arith/NonBase.hs +++ b/test-th/Arith/NonBase.hs diff --git a/test/Main.hs b/test-th/Main.hs index 5a4d335..5a4d335 100644 --- a/test/Main.hs +++ b/test-th/Main.hs diff --git a/test/NonBaseTH.hs b/test-th/NonBaseTH.hs index 4741ea0..4741ea0 100644 --- a/test/NonBaseTH.hs +++ b/test-th/NonBaseTH.hs |