]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - src/Main.hs
Fix compilation errors and hlint suggestions.
[dead/harbl.git] / src / Main.hs
index d6f7c8fdbf0d3656a49d09c59abc7c2886d0289f..52be5222b48096b14b596b195a82b17fc9efd4a4 100644 (file)
@@ -2,5 +2,4 @@ module Main
 where
 
 main :: IO ()
 where
 
 main :: IO ()
-main = do
-  putStrLn "Hello, world!"
+main = putStrLn "Hello, world!"