From e295647bbe161b0b572733ce104b01d44a744dcd Mon Sep 17 00:00:00 2001 From: Yehowshua Immanuel Date: Tue, 10 Dec 2024 20:20:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B5greater=20things=20are=20yet=20to?= =?UTF-8?q?=20come=F0=9F=8E=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Main.hs | 1 - 1 file changed, 1 deletion(-) 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