diff --git a/app/Main.hs b/app/Main.hs index 4ee2e29..372ef30 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -17,7 +17,6 @@ main = do (filePath:_) -> do -- Attempt to read the file contents <- catch (readFile filePath) handleReadError - putStrLn "File Contents:" putStrLn $ ppShow $ Haskellator.runParser contents filePath [] -> putStrLn "cabal run Haskellator -- " -- putStrLn $ ppShow Haskellator.val