From: Michael Orlitzky Date: Wed, 15 Apr 2015 17:17:33 +0000 (-0400) Subject: Pass -isrc to doctest directly (without --optghc). X-Git-Tag: 0.0.1~25 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=7f5439c98c722a846fe59b775932fb417c005a9f Pass -isrc to doctest directly (without --optghc). --- 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"]