From c5cdde8f7309572cd688eb5ba1982ac01b036d31 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 5 Jan 2021 21:22:05 -0500 Subject: [PATCH] removed unnecessary import --- app/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 93fe5e1..669a959 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -22,7 +22,6 @@ License along with this program. If not, see module Main where -import Control.Monad (mapM_) import Control.Monad.Trans.State as S import System.Console.HCL (Request, reqIO, runRequest) import System.EasyFile