2011-04-01 01:21:36 +02:00
|
|
|
{cabal, blazeBuilder, blazeHtml, failure, parsec, text, jsonEnumerator, jsonTypes}:
|
2010-07-21 11:41:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "hamlet";
|
2011-04-01 01:21:36 +02:00
|
|
|
version = "0.7.3";
|
|
|
|
sha256 = "1knapi8506kqm6pbl1qdr3vm579z2dn6q3h3ahzwbxqjafy7pnj9";
|
2011-03-13 09:46:54 +01:00
|
|
|
propagatedBuildInputs =
|
2011-04-01 01:21:36 +02:00
|
|
|
[blazeBuilder blazeHtml failure parsec text jsonEnumerator jsonTypes];
|
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];
|
|
|
|
};
|
|
|
|
})
|