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

Commit

Permalink
Depend on pipes-core instead of pipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Mar 8, 2012
1 parent ba35349 commit a8de943
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,5 +6,5 @@ Collection of basic utilities for [pipes][1].
* **pipes-network**: Utilities to deal with sockets. Ported from conduit.
* **pipes-zlib**: Pipes to deal with zipped data. Ported from conduit.

[1]: https://github.com/Gabriel439/Haskell-Pipes-Library
[1]: https://github.com/pcapriotti/Haskell-Pipes-Library
[2]: http://hackage.haskell.org/package/conduit
2 changes: 1 addition & 1 deletion pipes-attoparsec/pipes-attoparsec.cabal
Expand Up @@ -12,5 +12,5 @@ Library
Exposed-modules: Control.Pipe.Attoparsec
Build-depends:
base (== 4.*),
pipes (== 1.1.*),
pipes-core (== 0.0.*),
attoparsec (== 0.10.*)
2 changes: 1 addition & 1 deletion pipes-conduit/pipes-conduit.cabal
Expand Up @@ -13,5 +13,5 @@ Library
Build-depends:
base (== 4.*),
mtl,
pipes (== 1.1.*),
pipes-core (== 0.0.*),
conduit (== 0.2.*)
2 changes: 1 addition & 1 deletion pipes-extra/pipes-extra.cabal
Expand Up @@ -17,7 +17,7 @@ Library
free,
mtl,
void,
pipes (== 1.1.*),
pipes-core (== 0.0.*),
bytestring (== 0.9.*)
Exposed-Modules:
Control.Pipe.Binary,
Expand Down
2 changes: 1 addition & 1 deletion pipes-network/pipes-network.cabal
Expand Up @@ -16,7 +16,7 @@ Library
base (== 4.*),
mtl,
void,
pipes (== 1.1.*),
pipes-core (== 0.0.*),
bytestring (== 0.9.*),
network
Exposed-Modules:
Expand Down
2 changes: 1 addition & 1 deletion pipes-zlib/pipes-zlib.cabal
Expand Up @@ -15,7 +15,7 @@ Library
Build-Depends:
base (== 4.*),
mtl,
pipes (== 1.1.*),
pipes-core (== 0.0.*),
bytestring (== 0.9.*),
zlib-bindings
Exposed-Modules:
Expand Down

0 comments on commit a8de943

Please sign in to comment.