2010-09-13 12:30:54 +02:00
|
|
|
{cabal, text}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "blaze-builder";
|
2011-07-07 21:08:51 +02:00
|
|
|
version = "0.3.0.1";
|
|
|
|
sha256 = "1p3xlifcr7v987zx8l2sppn9yydph332mn1xxk0yfi78a6386nfb";
|
2010-09-13 12:30:54 +02:00
|
|
|
propagatedBuildInputs = [text];
|
|
|
|
meta = {
|
|
|
|
description = "Builder to efficiently append text";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|