From ec6905d56d55ea0be0ed7dd7dc4d959d2d1eacdf Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 19:24:47 -0500 Subject: [PATCH] spline3.cabal: add other-modules for the test suite section. --- spline3.cabal | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spline3.cabal b/spline3.cabal index 52028c4..5e73d40 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -146,6 +146,23 @@ test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + + other-modules: + Assertions + Cardinal + Comparisons + Cube + Examples + Face + FunctionValues + Grid + Misc + Point + RealFunction + ScaleFactor + Tetrahedron + Values + build-depends: base < 5, cmdargs >= 0.10, -- 2.43.2