2011-03-13 09:46:54 +01:00
|
|
|
{cabal, binary, blazeHtml, hamlet, mtl, network, pandoc, regexBase,
|
|
|
|
regexTDFA}:
|
2010-09-13 12:30:54 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "hakyll";
|
2011-03-13 09:46:54 +01:00
|
|
|
version = "2.4.3";
|
|
|
|
sha256 = "1n1hibwhg22l9p126d10zwhvaab46svcri2rkvd78f4vhmwpvkbs";
|
|
|
|
propagatedBuildInputs =
|
|
|
|
[binary blazeHtml hamlet mtl network pandoc regexBase regexTDFA];
|
2010-09-13 12:30:54 +02:00
|
|
|
meta = {
|
|
|
|
description = "A simple static site generator library";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|