2010-09-13 12:30:54 +02:00
|
|
|
{cabal, blazeHtml, blazeBuilder, parsec, utf8String, failure, neither}:
|
2010-07-21 11:41:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "hamlet";
|
2010-09-13 12:30:54 +02:00
|
|
|
version = "0.5.0";
|
|
|
|
sha256 = "92d8e099fa63fe218e2c8c4da56ac86b0b0bb49139467b8f12595c4436d1ad0b";
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
blazeHtml blazeBuilder parsec utf8String failure neither
|
|
|
|
];
|
2010-07-21 11:41:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "Haml-like template files that are compile-time checked";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|