Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit cf697e5

Browse files
committed
Revert "Don't split into lines, not neccessary"
This reverts commit f5085bb.
1 parent afd5f15 commit cf697e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ main = do
104104
Nothing -> process pretty expr0 aslines
105105
where
106106
process pretty expr0 aslines =
107-
CB.sourceHandle stdin $= conduitParserEither Aeson.value $=
107+
CB.sourceHandle stdin $= CB.lines $= conduitParserEither Aeson.value $=
108108
CL.mapM_
109109
(either
110110
(hPutStrLn stderr . errorMessage)

0 commit comments

Comments
 (0)