From: Michael Orlitzky Date: Sun, 2 Feb 2020 05:40:11 +0000 (-0500) Subject: test/Doctests.hs: fix double-slash typo. X-Git-Tag: 0.5.3~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=070d0876a5663270bd393cee354f4df368b146a4 test/Doctests.hs: fix double-slash typo. --- diff --git a/test/Doctests.hs b/test/Doctests.hs index 067f3d4..af7167d 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -11,7 +11,7 @@ main :: IO () main = do sources <- find_sources doctest $ ["-isrc", - "-idist/build//autogen", -- old cabal versions + "-idist/build/autogen", -- old cabal versions "-idist/build/haeredes/autogen" -- new cabal versions ] ++ sources