From 8107db78784648b609c70f1d448764fc6c22f0ef Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Mar 2019 20:43:23 -0500 Subject: [PATCH 1/1] src/Main.hs: add an explicit export list to silence a GHC warning. --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 8178209..89d2cd5 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,4 +1,4 @@ -module Main +module Main (main) where import Control.Concurrent.ParallelIO.Global ( -- 2.43.2