]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Pass -isrc to doctest directly (without --optghc).
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Apr 2015 17:17:33 +0000 (13:17 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Apr 2015 17:17:33 +0000 (13:17 -0400)
test/Doctests.hs

index 34b7b0c583496373caa7b2b2705ce89e8a479070..69604caaecae9e4124a0f103a4831ff0fcde044b 100644 (file)
@@ -4,4 +4,4 @@ where
 import Test.DocTest
 
 main :: IO ()
-main = doctest ["--optghc=-isrc", "src/Everything.hs"]
+main = doctest ["-isrc", "src/Everything.hs"]