X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=84a60333480bb9dca43c6f77aae443b50e0d5765;hb=0751b42eaca5f5eb3167d55a361d9159106004b1;hp=6025a8d65c47d1f8ea5a65f19438706cd4f94645;hpb=83ca6fc96729eb098154502162df38bf500cb900;p=mailbox-count.git 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