]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
test/{Doctests,TestSuite}.hs: add explicit export lists.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 03:55:15 +0000 (22:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 03:55:15 +0000 (22:55 -0500)
test/Doctests.hs
test/TestSuite.hs

index 69604caaecae9e4124a0f103a4831ff0fcde044b..b5974b833e8274af99ea1f8edf6b9cafebdfdd4e 100644 (file)
@@ -1,4 +1,4 @@
-module Main
+module Main (main)
 where
 
 import Test.DocTest
index f1a8523d3d974feeaa86c14865bb85580431d677..0cc376e63ac9c5658755374d66ffb951f25e0842 100644 (file)
@@ -1,4 +1,4 @@
-module Main
+module Main (main)
 where
 
 import Test.Tasty ( TestTree, defaultMain, localOption, testGroup )