Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Adapt to pipes-core 0.1.0, bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Mar 17, 2012
1 parent 948d97f commit bc54caf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pipes-attoparsec/pipes-attoparsec.cabal
@@ -1,5 +1,5 @@
Name: pipes-attoparsec
Version: 0.0.1
Version: 0.0.2
License: BSD3
License-file: LICENSE
Author: Paolo Capriotti
Expand All @@ -20,5 +20,5 @@ Library
Exposed-modules: Control.Pipe.Attoparsec
Build-depends:
base (== 4.*),
pipes-core (== 0.0.*),
pipes-core (== 0.1.*),
attoparsec (== 0.10.*)
4 changes: 2 additions & 2 deletions pipes-conduit/pipes-conduit.cabal
@@ -1,5 +1,5 @@
Name: pipes-conduit
Version: 0.0.1
Version: 0.0.2
License: BSD3
License-file: LICENSE
Author: Paolo Capriotti
Expand All @@ -21,5 +21,5 @@ Library
Build-depends:
base (== 4.*),
mtl,
pipes-core (== 0.0.*),
pipes-core (== 0.1.*),
conduit (== 0.2.*)
2 changes: 1 addition & 1 deletion pipes-extra/Control/Pipe/Coroutine.hs
Expand Up @@ -59,5 +59,5 @@ terminate p = go (suspendE p (E.toException CoroutineTerminated))

step (Await k) = liftM k await
step (Yield b p) = return p
step (M m (Finalizer _)) = ensure m
step (M m (Finalizer _)) = masked m
step (M m s) = liftP s m
4 changes: 2 additions & 2 deletions pipes-extra/pipes-extra.cabal
@@ -1,5 +1,5 @@
Name: pipes-extra
Version: 0.0.1
Version: 0.0.2
License: BSD3
License-file: LICENSE
Author: Paolo Capriotti
Expand All @@ -20,7 +20,7 @@ Library
Build-Depends:
base (== 4.*),
mtl,
pipes-core (== 0.0.*),
pipes-core (== 0.1.*),
bytestring (== 0.9.*)
Exposed-Modules:
Control.Pipe.Binary,
Expand Down
4 changes: 2 additions & 2 deletions pipes-network/pipes-network.cabal
@@ -1,5 +1,5 @@
Name: pipes-network
Version: 0.0.1
Version: 0.0.2
License: BSD3
License-file: LICENSE
Author: Paolo Capriotti
Expand All @@ -20,7 +20,7 @@ Library
Build-Depends:
base (== 4.*),
mtl,
pipes-core (== 0.0.*),
pipes-core (== 0.1.*),
bytestring (== 0.9.*),
network
Exposed-Modules:
Expand Down
4 changes: 2 additions & 2 deletions pipes-zlib/pipes-zlib.cabal
@@ -1,5 +1,5 @@
Name: pipes-zlib
Version: 0.0.1
Version: 0.0.2
License: BSD3
License-file: LICENSE
Author: Paolo Capriotti
Expand All @@ -20,7 +20,7 @@ Library
Build-Depends:
base (== 4.*),
mtl,
pipes-core (== 0.0.*),
pipes-core (== 0.1.*),
bytestring (== 0.9.*),
zlib-bindings
Exposed-Modules:
Expand Down

0 comments on commit bc54caf

Please sign in to comment.