From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:26:04 +0000 (-0400) Subject: test/Doctests.hs: remove code for older cabals. X-Git-Tag: 0.0.6~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=0751b42eaca5f5eb3167d55a361d9159106004b1 test/Doctests.hs: remove code for older cabals. --- diff --git a/test/Doctests.hs b/test/Doctests.hs index 6025a8d..84a6033 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/mailbox-count/autogen" -- new cabal versions - ] - ++ sources + doctest $ ["-isrc", "-idist/build/mailbox-count/autogen" ] ++ sources