]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
test/Doctests.hs: use explicit imports.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:38:55 +0000 (09:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Aug 2022 13:38:55 +0000 (09:38 -0400)
test/Doctests.hs

index 2e15a1414ffe218832f6893fb8418d157f3c0133..81bc6204d4b51ec0075dbbca4576643f7888f1c6 100644 (file)
@@ -1,7 +1,7 @@
 module Main (main)
 where
 
-import Test.DocTest
+import Test.DocTest ( doctest )
 import System.FilePath.Find ((==?), always, extension, find)
 
 find_sources :: IO [FilePath]