From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:01:17 +0000 (-0400) Subject: test/Doctests.hs: remove code for older cabal versions. X-Git-Tag: 0.5.3~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=9981baee4ec5336915ee3ca1340ed4fdf8cc1bc1 test/Doctests.hs: remove code for older cabal versions. --- diff --git a/test/Doctests.hs b/test/Doctests.hs index af7167d..ebbe586 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -10,8 +10,4 @@ find_sources = find always (extension ==? ".hs") "src/" main :: IO () main = do sources <- find_sources - doctest $ ["-isrc", - "-idist/build/autogen", -- old cabal versions - "-idist/build/haeredes/autogen" -- new cabal versions - ] - ++ sources + doctest $ ["-isrc", "-idist/build/haeredes/autogen" ] ++ sources