packages feed

io-streams 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+4/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

io-streams.cabal view
@@ -1,5 +1,5 @@ Name:                io-streams-Version:             1.1.0.0+Version:             1.1.0.1 License:             BSD3 License-file:        LICENSE Category:            Data, Network, IO-Streams@@ -79,6 +79,8 @@     * support for spawning processes and communicating with them using streams.   .   /ChangeLog/+  .+    [@1.1.0.1@] A couple of Haddock markup fixes.   .     [@1.1.0.0@] Reworked, simplified, and streamlined the internals of the                 library. Exports from "System.IO.Streams.Internal" relying on
src/System/IO/Streams/List.hs view
@@ -104,7 +104,7 @@ -- @ -- ghci> import "Control.Applicative" -- ghci> ('connect' <$> 'fromList' [\"a\", \"b\", \"c\"]) >>= 'outputToList'--- ["a","b","c"]+-- [\"a\",\"b\",\"c\"] -- @ outputToList :: (OutputStream a -> IO b) -> IO [a] outputToList f = do