diff options
Diffstat (limited to 'pp/pp.hs')
-rw-r--r-- | pp/pp.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |