]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/Doctests.hs
spline3.cabal: bump version to 1.0.2
[spline3.git] / test / Doctests.hs
index 34b7b0c583496373caa7b2b2705ce89e8a479070..c621064a04d723e611280e94784eb01da80fe9e5 100644 (file)
@@ -1,7 +1,7 @@
-module Main
+module Main (main)
 where
 
-import Test.DocTest
+import Test.DocTest ( doctest )
 
 main :: IO ()
-main = doctest ["--optghc=-isrc", "src/Everything.hs"]
+main = doctest ["-isrc", "src/Everything.hs"]