From 2dfefb720a71e6a2bc85174f992266b7d7acb5d0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 5 Jul 2015 02:14:51 -0400 Subject: [PATCH 1/1] Remove useless import from Main.hs. --- src/Main.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index 4c8cbec..d6f7c8f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,8 +1,6 @@ module Main where -import IPv4Pattern - main :: IO () main = do putStrLn "Hello, world!" -- 2.43.2