From 104a5e0ee2fd123fdeca00b61869837fd787857e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Aug 2022 09:38:55 -0400 Subject: [PATCH] test/Doctests.hs: use explicit imports. --- test/Doctests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Doctests.hs b/test/Doctests.hs index 2e15a14..81bc620 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -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] -- 2.43.2