]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
test/Doctests.hs: remove code for older cabals.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:23:10 +0000 (11:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:23:10 +0000 (11:23 -0400)
test/Doctests.hs

index eb8b6716398aa6ba65ffea74bc2f8ed8beccccf2..00413671aa8ab0b774f7490d6b1efbccfcc8a4ee 100644 (file)
@@ -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