removed unnecessary import

This commit is contained in:
Jonathan Lamothe 2021-01-05 21:22:05 -05:00
parent d87ccc4346
commit c5cdde8f73

View File

@ -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