2014-07-14 13:21:41 +02:00
|
|
|
# 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
|
2014-07-03 17:00:41 +02:00
|
|
|
, streamingCommons, text, transformers
|
2014-06-11 18:49:48 +02:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-text";
|
2014-11-13 00:39:01 +01:00
|
|
|
version = "0.0.0.15";
|
|
|
|
sha256 = "10906gdb9gjhxxmxvmib6kw7py6fl2r4df5bryqvbjvr1afcc3x9";
|
2014-06-11 18:49:48 +02:00
|
|
|
buildDepends = [
|
2014-07-03 17:00:41 +02:00
|
|
|
pipes pipesBytestring pipesGroup pipesParse pipesSafe
|
2014-06-12 09:57:50 +02:00
|
|
|
streamingCommons text transformers
|
2014-06-11 18:49:48 +02:00
|
|
|
];
|
2014-06-25 01:58:43 +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;
|
2014-10-03 19:36:21 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-06-11 18:49:48 +02:00
|
|
|
};
|
|
|
|
})
|