haskell-hakyll: update to version 3.4.1.0

This commit is contained in:
Peter Simons
2012-08-10 11:48:20 +02:00
parent bcafa07c25
commit 59e78c12e4
@@ -1,20 +1,17 @@
{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cryptohash { cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cryptohash
, filepath, hamlet, mtl, pandoc, parsec, regexBase, regexTdfa , filepath, hamlet, lrucache, mtl, pandoc, parsec, regexBase
, snapCore, snapServer, tagsoup, text, time , regexTdfa, snapCore, snapServer, tagsoup, text, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hakyll"; pname = "hakyll";
version = "3.4.0.0"; version = "3.4.1.0";
sha256 = "1m69kzjbsspf69qc3yq6qhpnk3vd3k5qa7zssazm8717sgrb2z9m"; sha256 = "028wq61kvh2nkz8dxbpcnvic1vlqnz1a2l1xrvficmvk25qyqmvy";
buildDepends = [ buildDepends = [
binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet
mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup lrucache mtl pandoc parsec regexBase regexTdfa snapCore snapServer
text time tagsoup text time
]; ];
patchPhase = ''
sed -i hakyll.cabal -e 's|hamlet.*,|hamlet,|'
'';
meta = { meta = {
homepage = "http://jaspervdj.be/hakyll"; homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library"; description = "A static website compiler library";