From 070d0876a5663270bd393cee354f4df368b146a4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 2 Feb 2020 00:40:11 -0500 Subject: [PATCH] test/Doctests.hs: fix double-slash typo. --- test/Doctests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2