From: Michael Orlitzky Date: Mon, 4 Mar 2019 02:55:38 +0000 (-0500) Subject: src/Main.hs: add an explicit export list. X-Git-Tag: 0.5.1~10 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=bf9bac42197a4202c9442f28b3f67e0b1e04e8d0 src/Main.hs: add an explicit export list. --- diff --git a/src/Main.hs b/src/Main.hs index 4774c87..085e30e 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,4 +1,4 @@ -module Main +module Main (main) where import Control.Monad (when)