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-07-07 21:08:51 +02:00
|
|
|
version = "3.2.0.3";
|
|
|
|
sha256 = "0biy9p662anhhlmwa502iy8cck597q0vlwj57l6cj8kpyxj4g0lz";
|
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];
|
|
|
|
};
|
|
|
|
})
|