]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
test/Doctests.hs: fix double-slash typo.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:40:11 +0000 (00:40 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:40:11 +0000 (00:40 -0500)
test/Doctests.hs

index 067f3d432b23a8b0ca2a4becec7e9af2733c4421..af7167d52a469aa2f504e913a9d18c6053e405a2 100644 (file)
@@ -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