packages feed

unagi-streams 0.2.1 → 0.2.2

raw patch · 3 files changed

+3/−1 lines, 3 files

Files

src/System/IO/Streams/Concurrent/Unagi.hs view
@@ -8,6 +8,7 @@        , makeChanPipe        , chanToPipe        , dupStream+       , splitStream        ) where  
src/System/IO/Streams/Concurrent/Unagi/Bounded.hs view
@@ -8,6 +8,7 @@        , makeChanPipe        , chanToPipe        , dupStream+       , splitStream        ) where  
unagi-streams.cabal view
@@ -1,5 +1,5 @@ name:                unagi-streams-version:             0.2.1+version:             0.2.2 synopsis:            Unagi Chan IO-Streams description:         Io-streams chans implemented underneath with                      unagi-chans. This library is a straight port of