2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-11 09:49:48 -07:00
|
|
|
{ cabal, pipes, pipesBytestring, pipesGroup, pipesParse, pipesSafe
|
2014-07-03 08:00:41 -07:00
|
|
|
, streamingCommons, text, transformers
|
2014-06-11 09:49:48 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pipes-text";
|
2014-11-12 15:39:01 -08:00
|
|
|
version = "0.0.0.15";
|
|
|
|
sha256 = "10906gdb9gjhxxmxvmib6kw7py6fl2r4df5bryqvbjvr1afcc3x9";
|
2014-06-11 09:49:48 -07:00
|
|
|
buildDepends = [
|
2014-07-03 08:00:41 -07:00
|
|
|
pipes pipesBytestring pipesGroup pipesParse pipesSafe
|
2014-06-12 00:57:50 -07:00
|
|
|
streamingCommons text transformers
|
2014-06-11 09:49:48 -07:00
|
|
|
];
|
2014-06-24 16:58:43 -07:00
|
|
|
jailbreak = true;
|
2014-06-11 09:49:48 -07: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 10:36:21 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-06-11 09:49:48 -07:00
|
|
|
};
|
|
|
|
})
|