X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FDoctests.hs;h=6025a8d65c47d1f8ea5a65f19438706cd4f94645;hb=a70e43f3ee42517d9e18e69cf482471c626645b6;hp=83bc6124ecf8fb44af7208740fa970ff1eeb0bd0;hpb=1585e5bef7e46666a8f026a00884323c9834565b;p=mailbox-count.git diff --git a/test/Doctests.hs b/test/Doctests.hs index 83bc612..6025a8d 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -10,4 +10,8 @@ find_sources = find always (extension ==? ".hs") "src/" main :: IO () main = do sources <- find_sources - doctest $ ["-isrc", "-idist/build/autogen"] ++ sources + doctest $ ["-isrc", + "-idist/build/autogen", -- old cabal versions + "-idist/build/mailbox-count/autogen" -- new cabal versions + ] + ++ sources