nixpkgs/pkgs/development/libraries/haskell/pipes-text/default.nix

24 lines
732 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-06-11 18:49:48 +02:00
{ cabal, pipes, pipesBytestring, pipesGroup, pipesParse, pipesSafe
, streamingCommons, text, transformers
2014-06-11 18:49:48 +02:00
}:
cabal.mkDerivation (self: {
pname = "pipes-text";
version = "0.0.0.15";
sha256 = "10906gdb9gjhxxmxvmib6kw7py6fl2r4df5bryqvbjvr1afcc3x9";
2014-06-11 18:49:48 +02:00
buildDepends = [
pipes pipesBytestring pipesGroup pipesParse pipesSafe
streamingCommons text transformers
2014-06-11 18:49:48 +02:00
];
jailbreak = true;
2014-06-11 18:49:48 +02:00
meta = {
homepage = "https://github.com/michaelt/text-pipes";
description = "Text pipes";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
2014-06-11 18:49:48 +02:00
};
})