From 8078f0f07ffd9f46a2beffae8ec6a34cd653f0e3 Mon Sep 17 00:00:00 2001 From: sorki Date: Fri, 8 Dec 2023 11:56:18 +0100 Subject: [PATCH] remote: drop common tests cabal stanza --- hnix-store-remote/hnix-store-remote.cabal | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index 5546c10..74a0869 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -46,11 +46,6 @@ common commons , ViewPatterns default-language: Haskell2010 -common tests - import: commons - build-tool-depends: - tasty-discover:tasty-discover - flag io-testsuite default: False @@ -163,7 +158,7 @@ executable remote-readme ghc-options: -pgmL markdown-unlit -Wall test-suite remote - import: tests + import: commons type: exitcode-stdio-1.0 main-is: Driver.hs hs-source-dirs: tests @@ -187,7 +182,7 @@ test-suite remote , QuickCheck test-suite remote-io - import: tests + import: commons if !flag(io-testsuite) || os(darwin) buildable: False