From 59e78c12e4dd613e780df887af975f28b4f69161 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Aug 2012 11:48:20 +0200 Subject: [PATCH] haskell-hakyll: update to version 3.4.1.0 --- .../libraries/haskell/hakyll/default.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix index 8908597d488..4224bfe1216 100644 --- a/pkgs/development/libraries/haskell/hakyll/default.nix +++ b/pkgs/development/libraries/haskell/hakyll/default.nix @@ -1,20 +1,17 @@ { cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cryptohash -, filepath, hamlet, mtl, pandoc, parsec, regexBase, regexTdfa -, snapCore, snapServer, tagsoup, text, time +, filepath, hamlet, lrucache, mtl, pandoc, parsec, regexBase +, regexTdfa, snapCore, snapServer, tagsoup, text, time }: cabal.mkDerivation (self: { pname = "hakyll"; - version = "3.4.0.0"; - sha256 = "1m69kzjbsspf69qc3yq6qhpnk3vd3k5qa7zssazm8717sgrb2z9m"; + version = "3.4.1.0"; + sha256 = "028wq61kvh2nkz8dxbpcnvic1vlqnz1a2l1xrvficmvk25qyqmvy"; buildDepends = [ binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet - mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup - text time + lrucache mtl pandoc parsec regexBase regexTdfa snapCore snapServer + tagsoup text time ]; - patchPhase = '' - sed -i hakyll.cabal -e 's|hamlet.*,|hamlet,|' - ''; meta = { homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library";