2011-04-01 01:21:36 +02:00
|
|
|
{cabal, binary, blazeHtml, hamlet, hopenssl, mtl, network, pandoc, regexBase
|
|
|
|
, regexPCRE, snapCore, snapServer, strictConcurrency}:
|
2010-09-13 12:30:54 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "hakyll";
|
2011-04-01 01:21:36 +02:00
|
|
|
version = "3.0.2.0";
|
|
|
|
sha256 = "0d1kmvkbwygr9mxz7m8jiasrbj470j4hwsj8mmkdgdm9clxbi74k";
|
2011-03-13 09:46:54 +01:00
|
|
|
propagatedBuildInputs =
|
2011-04-01 01:21:36 +02:00
|
|
|
[ binary blazeHtml hamlet hopenssl mtl network pandoc regexBase
|
|
|
|
regexPCRE snapCore snapServer strictConcurrency
|
|
|
|
];
|
2010-09-13 12:30:54 +02:00
|
|
|
meta = {
|
|
|
|
description = "A simple static site generator library";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|