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

index b5974b833e8274af99ea1f8edf6b9cafebdfdd4e..c621064a04d723e611280e94784eb01da80fe9e5 100644 (file)
@@ -1,7 +1,7 @@
 module Main (main)
 where
 
-import Test.DocTest
+import Test.DocTest ( doctest )
 
 main :: IO ()
 main = doctest ["-isrc", "src/Everything.hs"]