From: Michael Orlitzky Date: Sun, 28 Aug 2022 16:38:26 +0000 (-0400) Subject: test/Doctests.hs: remove code for older cabals. X-Git-Tag: 1.0.1~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=f1d7bdba2b107eabd6d6efd9434a5a9d8160dbe6 test/Doctests.hs: remove code for older cabals. --- diff --git a/test/Doctests.hs b/test/Doctests.hs index cc92e90..6503dcc 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -5,6 +5,5 @@ import Test.DocTest ( doctest ) main :: IO () main = doctest [ "-isrc", - "-idist/build/autogen", "-idist/build/email-validator/autogen", "src/Main.hs" ]