packages feed

gochan 0.0.1 → 0.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gochan.cabal view
@@ -1,5 +1,5 @@ name: gochan-version: 0.0.1+version: 0.0.2 cabal-version: >=1.10 build-type: Simple license: MIT
src/Control/Concurrent/GoChan.hs view
@@ -530,7 +530,7 @@         ms <- dequeue (_sendq chan)         case ms of             Nothing -> return ss-            Just s -> releaseReaders (s : ss) chan+            Just s -> releaseWriters (s : ss) chan     wakeSuspends ss =         forM_             ss