]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/Doctests.hs
test/Doctests.hs: use explicit import lists.
[spline3.git] / test / Doctests.hs
index 69604caaecae9e4124a0f103a4831ff0fcde044b..c621064a04d723e611280e94784eb01da80fe9e5 100644 (file)
@@ -1,7 +1,7 @@
-module Main
+module Main (main)
 where
 
-import Test.DocTest
+import Test.DocTest ( doctest )
 
 main :: IO ()
 main = doctest ["-isrc", "src/Everything.hs"]