packages feed

io-streams 1.1.0.1 → 1.1.0.2

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.1+Version:             1.1.0.2 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.2@] Fixed a typo in the tutorial.   .     [@1.1.0.1@] A couple of Haddock markup fixes.   .
src/System/IO/Streams/Tutorial.hs view
@@ -217,7 +217,7 @@    Streams.'System.IO.Streams.withFileAsInput'  \"in3.txt\" $ \\inStream3 ->    Streams.'System.IO.Streams.supply'  inStream1 outStream    Streams.'System.IO.Streams.supply'  inStream2 outStream-   Streams.'System.IO.Streams.connect' inStream2 outStream+   Streams.'System.IO.Streams.connect' inStream3 outStream @  The final 'System.IO.Streams.connect' seals the