]> gitweb.michael.orlitzky.com - dead/harbl.git/commitdiff
Remove useless import from Main.hs.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jul 2015 06:14:51 +0000 (02:14 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jul 2015 06:14:51 +0000 (02:14 -0400)
src/Main.hs

index 4c8cbecf3de53cc0bb2065532e16b560393a863e..d6f7c8fdbf0d3656a49d09c59abc7c2886d0289f 100644 (file)
@@ -1,8 +1,6 @@
 module Main
 where
 
-import IPv4Pattern
-
 main :: IO ()
 main = do
   putStrLn "Hello, world!"