X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=84a60333480bb9dca43c6f77aae443b50e0d5765;hb=e67045a56b353610cc34f0043982bddb99e69caf;hp=6025a8d65c47d1f8ea5a65f19438706cd4f94645;hpb=d5bc9ecf871b00e1e66706040717e6b48444c05a;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