]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
test/Doctests.hs: update include path for newer Cabal versions.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:27:29 +0000 (16:27 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:27:29 +0000 (16:27 -0500)
test/Doctests.hs

index b296b90c9d166304b8bf3a94d924383fec7fdf5a..79afb0bacd61fc85fdca12a37d1b45025d5c49f3 100644 (file)
@@ -5,4 +5,5 @@ import Test.DocTest ( doctest )
 main :: IO ()
 main = doctest [ "-isrc",
                  "-idist/build/autogen",
+                 "-idist/build/email-validator/autogen",
                  "src/Main.hs" ]