summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pipes-group/default.nix
blob: 584713352bac944cc374778ba8f2e74da9e9f5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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;
  };
})