X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=test%2FDoctests.hs;fp=test%2FDoctests.hs;h=eb8b6716398aa6ba65ffea74bc2f8ed8beccccf2;hp=81bc6204d4b51ec0075dbbca4576643f7888f1c6;hb=72236450b116292551daec5255d4915ff431bf4b;hpb=104a5e0ee2fd123fdeca00b61869837fd787857e diff --git a/test/Doctests.hs b/test/Doctests.hs index 81bc620..eb8b671 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -10,4 +10,7 @@ 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 + "-idist/build/list-remote-forwards/autogen" -- new cabal + ] ++ sources