haskell-pipes-bytestring: update to version 2.0.0
This commit is contained in:
parent
cf68071ed1
commit
dd5010edc9
@ -1,10 +1,13 @@
|
||||
{ cabal, pipes, pipesParse, transformers }:
|
||||
{ cabal, pipes, pipesGroup, pipesParse, profunctors, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes-bytestring";
|
||||
version = "1.0.3";
|
||||
sha256 = "11jiaf5vs0jz8m0x9dlcvflh636131bj4jnlrj3r5nz1v7a64v6b";
|
||||
buildDepends = [ pipes pipesParse transformers ];
|
||||
version = "2.0.0";
|
||||
sha256 = "17l74g7xfl1i32jj9qa9ivbb3ndi68hkc1b6jchwnn19rmg51j9i";
|
||||
buildDepends = [
|
||||
pipes pipesGroup pipesParse profunctors transformers
|
||||
];
|
||||
meta = {
|
||||
description = "ByteString support for pipes";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user