From b79b4a1f62d4cf5395b184cc916759f9594fbd4d Mon Sep 17 00:00:00 2001 From: BurningWitness Date: Sun, 8 Sep 2024 17:57:56 +0300 Subject: [PATCH] Listing other modules for tests in the Cabal file --- r-tree.cabal | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/r-tree.cabal b/r-tree.cabal index 425ed9c..13c5245 100644 --- a/r-tree.cabal +++ b/r-tree.cabal @@ -92,6 +92,12 @@ test-suite properties main-is: Main.hs + other-modules: No.Tree.D2 + + Test.Kit + Test.R2Tree.Double + Test.R2Tree.Double.Sample + ghc-options: -Wall hs-source-dirs: no