X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=69604caaecae9e4124a0f103a4831ff0fcde044b;hb=0d037f5f0829d9ee7fcccc58570305623665f52e;hp=34b7b0c583496373caa7b2b2705ce89e8a479070;hpb=205ed82460c2b8c3f94cc30a338f315baa315dbf;p=spline3.git diff --git a/test/Doctests.hs b/test/Doctests.hs index 34b7b0c..69604ca 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -4,4 +4,4 @@ where import Test.DocTest main :: IO () -main = doctest ["--optghc=-isrc", "src/Everything.hs"] +main = doctest ["-isrc", "src/Everything.hs"]