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=00413671aa8ab0b774f7490d6b1efbccfcc8a4ee;hp=eb8b6716398aa6ba65ffea74bc2f8ed8beccccf2;hb=1cd1070a7269645f62175c1d9bad905676888642;hpb=79c47dbf0a6fbe108fbf604ce695582910eef8fc diff --git a/test/Doctests.hs b/test/Doctests.hs index eb8b671..0041367 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -10,7 +10,4 @@ find_sources = find always (extension ==? ".hs") "src/" main :: IO () main = do sources <- find_sources - doctest $ ["-isrc", - "-idist/build/autogen", -- old cabal - "-idist/build/list-remote-forwards/autogen" -- new cabal - ] ++ sources + doctest $ ["-isrc", "-idist/build/list-remote-forwards/autogen" ] ++ sources