2011-03-13 09:46:54 +01:00
|
|
|
{cabal, text, blazeBuilder}:
|
2010-07-21 11:41:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "blaze-html";
|
2011-03-13 09:46:54 +01:00
|
|
|
version = "0.4.1.0";
|
|
|
|
sha256 = "0a39wzfsb8lsr0z8c0s90n6pwmhjg6lihbxigk2c02vn5marzc4f";
|
|
|
|
propagatedBuildInputs = [text blazeBuilder];
|
2010-07-21 11:41:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "A blazingly fast HTML combinator library";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|