Skip to content

Commit

Permalink
Upgrade streamly version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan authored Dec 7, 2022
1 parent 0b7c260 commit afc3224
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ import qualified Streamly.System.Sh as Sh
wordsQuoted :: String -> [String]
wordsQuoted =
unsafePerformIO
. Stream.fold Fold.toList . Stream.parseMany parser . Stream.fromList
. Stream.fold Fold.toList
. Stream.catRights
. Stream.parseMany parser
. Stream.fromList

where

Expand Down

0 comments on commit afc3224

Please sign in to comment.