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