From bf9bac42197a4202c9442f28b3f67e0b1e04e8d0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Mar 2019 21:55:38 -0500 Subject: [PATCH] src/Main.hs: add an explicit export list. --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.2