haskell-hakyll: updated to version 3.2.6.1

svn path=/nixpkgs/trunk/; revision=32281
This commit is contained in:
Peter Simons 2012-02-14 16:58:38 +00:00
parent 1bc51d7448
commit 385e002338

View File

@ -1,15 +1,15 @@
{ cabal, binary, blazeHtml, citeprocHs, cryptohash, hamlet, mtl { cabal, binary, blazeHtml, citeprocHs, cryptohash, hamlet, mtl
, pandoc, parsec, regexBase, regexPcre, snapCore, snapServer , pandoc, parsec, regexBase, regexTdfa, snapCore, snapServer
, tagsoup, time , tagsoup, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "3.2.6.0"; version = "3.2.6.1";
sha256 = "1yg97kihfxb250vk9dm2v9sh197lc6qjil0j40zgcwpss96xynax"; sha256 = "0chpg04rsp8lxzdj43wqs3wyc7i70hfi3raxdar6bhwxhfxgj4wn";
buildDepends = [ buildDepends = [
binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec
regexBase regexPcre snapCore snapServer tagsoup time regexBase regexTdfa snapCore snapServer tagsoup time
]; ];
meta = { meta = {
homepage = "http://jaspervdj.be/hakyll"; homepage = "http://jaspervdj.be/hakyll";