16 lines
480 B
Nix
16 lines
480 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, free, pipes, pipesParse, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pipes-group";
|
|
version = "1.0.1";
|
|
sha256 = "19caih65hsvnvkwv8dlrrf961aw6k0zr9yx78cia1padslidxlbw";
|
|
buildDepends = [ free pipes pipesParse transformers ];
|
|
meta = {
|
|
description = "Group streams into substreams";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|