From eeac9e8ca58f18971590bf3ceda04913ed030949 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Mar 2019 20:43:55 -0500 Subject: [PATCH] test/Doctests.hs: add an explicit export list to silence a GHC warning. --- test/Doctests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Doctests.hs b/test/Doctests.hs index 0c9ec0a..22124b1 100644 --- a/test/Doctests.hs +++ b/test/Doctests.hs @@ -1,4 +1,4 @@ -module Main +module Main (main) where import Test.DocTest (doctest) -- 2.43.2