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