X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=c621064a04d723e611280e94784eb01da80fe9e5;hb=HEAD;hp=34b7b0c583496373caa7b2b2705ce89e8a479070;hpb=205ed82460c2b8c3f94cc30a338f315baa315dbf;p=spline3.git diff --git a/test/Doctests.hs b/test/Doctests.hs index 34b7b0c..c621064 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -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"]