From 034cf0fe1f6be2fe12464aaffa6022480d9940e6 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Fri, 26 Jul 2019 23:42:27 -0600 Subject: [PATCH] timeouts: remove module declaration --- timeouts.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/timeouts.hs b/timeouts.hs index 487c3a8..522caf0 100644 --- a/timeouts.hs +++ b/timeouts.hs @@ -1,7 +1,5 @@ {-# LANGUAGE LambdaCase, NumericUnderscores #-} -module Main where - import Data.Foldable (asum) import Control.Concurrent (forkIO, threadDelay)