From db33943183b0bd2515ccfa7678a6e8e914a38e61 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 12:37:55 -0400 Subject: [PATCH] test/Doctests.hs: use explicit export list. --- test/Doctests.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Doctests.hs b/test/Doctests.hs index 79afb0b..cc92e90 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -1,4 +1,5 @@ -module Main where +module Main (main) +where import Test.DocTest ( doctest ) -- 2.43.2