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

index 6025a8d65c47d1f8ea5a65f19438706cd4f94645..84a60333480bb9dca43c6f77aae443b50e0d5765 100644 (file)
@@ -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