haskell-pipes-text: update to version 0.0.0.11

This commit is contained in:
Peter Simons 2014-06-12 09:57:50 +02:00
parent e4b5d2f7b7
commit 371f44dcbc

View File

@ -1,14 +1,14 @@
{ cabal, pipes, pipesBytestring, pipesGroup, pipesParse, pipesSafe { cabal, pipes, pipesBytestring, pipesGroup, pipesParse, pipesSafe
, profunctors, text, textStreamDecode, transformers , profunctors, streamingCommons, text, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pipes-text"; pname = "pipes-text";
version = "0.0.0.10"; version = "0.0.0.11";
sha256 = "05lrxfy6cma7g5h41c74sc22p1y38kzbmiagr3grxk5a5110vhr1"; sha256 = "0c56gxm17bapdjgbp2f55z3f6vq8ryvsljqp3bcjjj18xv5pf1ls";
buildDepends = [ buildDepends = [
pipes pipesBytestring pipesGroup pipesParse pipesSafe profunctors pipes pipesBytestring pipesGroup pipesParse pipesSafe profunctors
text textStreamDecode transformers streamingCommons text transformers
]; ];
meta = { meta = {
homepage = "https://github.com/michaelt/text-pipes"; homepage = "https://github.com/michaelt/text-pipes";