summaryrefslogtreecommitdiff
path: root/pp/pp.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 21:00:30 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 21:00:30 +0400
commit7c5980dae2000c45683b8af6ef91eb0a19b1e8ef (patch)
tree219a2f2ebea6f50de582654b11fc6b2ad25046b8 /pp/pp.hs
parent29819e580b6501be46a7870c5b1de6761ec38e23 (diff)
~ Fixed build failure.
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