summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pipes-text/default.nix
blob: deef6e0fdb66cf4daca48a0779b8a15d1668fc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, pipes, pipesBytestring, pipesGroup, pipesParse, pipesSafe
, streamingCommons, text, transformers
}:

cabal.mkDerivation (self: {
  pname = "pipes-text";
  version = "0.0.0.12";
  sha256 = "18xf0rhshbl03js50n98k96692w98j0j0dfyi67780i08c39dq6m";
  buildDepends = [
    pipes pipesBytestring pipesGroup pipesParse pipesSafe
    streamingCommons text transformers
  ];
  jailbreak = true;
  meta = {
    homepage = "https://github.com/michaelt/text-pipes";
    description = "Text pipes";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})