summaryrefslogtreecommitdiff
path: root/pp/pp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'pp/pp.hs')
-rw-r--r--pp/pp.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp/pp.hs b/pp/pp.hs
index 0924b6b..7163754 100644
--- a/pp/pp.hs
+++ b/pp/pp.hs
@@ -10,5 +10,5 @@ main = do
10 path : _ <- getArgs 10 path : _ <- getArgs
11 content <- B.readFile path 11 content <- B.readFile path
12 case decode content of 12 case decode content of
13 Left e -> hPutStrLn stderr e 13 Left e -> hPutStrLn stderr e
14 Right be -> printPretty be \ No newline at end of file 14 Right be -> print $ ppBEncode be \ No newline at end of file