projects
/
dead
/
harbl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0dbbe
)
Remove useless import from Main.hs.
author
Michael Orlitzky
<michael@orlitzky.com>
Sun, 5 Jul 2015 06:14:51 +0000
(
02:14
-0400)
committer
Michael Orlitzky
<michael@orlitzky.com>
Sun, 5 Jul 2015 06:14:51 +0000
(
02:14
-0400)
src/Main.hs
patch
|
blob
|
history
diff --git
a/src/Main.hs
b/src/Main.hs
index 4c8cbecf3de53cc0bb2065532e16b560393a863e..d6f7c8fdbf0d3656a49d09c59abc7c2886d0289f 100644
(file)
--- a/
src/Main.hs
+++ b/
src/Main.hs
@@
-1,8
+1,6
@@
module Main
where
-import IPv4Pattern
-
main :: IO ()
main = do
putStrLn "Hello, world!"