From: Michael Orlitzky Date: Sat, 2 Mar 2019 01:43:55 +0000 (-0500) Subject: test/Doctests.hs: add an explicit export list to silence a GHC warning. X-Git-Tag: 0.5.1~12 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=eeac9e8ca58f18971590bf3ceda04913ed030949 test/Doctests.hs: add an explicit export list to silence a GHC warning. --- 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)