From 1cd1070a7269645f62175c1d9bad905676888642 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 11:23:10 -0400 Subject: [PATCH] test/Doctests.hs: remove code for older cabals. --- test/Doctests.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.43.2