From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:23:10 +0000 (-0400) Subject: test/Doctests.hs: remove code for older cabals. X-Git-Tag: 0.0.2~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=1cd1070a7269645f62175c1d9bad905676888642 test/Doctests.hs: remove code for older cabals. --- diff --git a/test/Doctests.hs b/test/Doctests.hs index eb8b671..0041367 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -10,7 +10,4 @@ find_sources = find always (extension ==? ".hs") "src/" main :: IO () main = do sources <- find_sources - doctest $ ["-isrc", - "-idist/build/autogen", -- old cabal - "-idist/build/list-remote-forwards/autogen" -- new cabal - ] ++ sources + doctest $ ["-isrc", "-idist/build/list-remote-forwards/autogen" ] ++ sources