From: Michael Orlitzky Date: Wed, 24 Aug 2022 13:36:39 +0000 (-0400) Subject: test/Doctests.hs: export only "main", explicitly. X-Git-Tag: 0.0.2~7 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=5963defc2447209131e87070d1bbb4718aee707d test/Doctests.hs: export only "main", explicitly. --- 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