From 5963defc2447209131e87070d1bbb4718aee707d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 24 Aug 2022 09:36:39 -0400 Subject: [PATCH] test/Doctests.hs: export only "main", explicitly. --- test/Doctests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Doctests.hs b/test/Doctests.hs index d183b4b..2e15a14 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -1,4 +1,4 @@ -module Main +module Main (main) where import Test.DocTest -- 2.43.2