From c710e9e0e64b8cdddd83f0383cbdcabecaf2146d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 7 Sep 2011 16:53:15 +0000 Subject: [PATCH] haskell-hakyll: updated to version 3.2.0.6 svn path=/nixpkgs/trunk/; revision=29084 --- pkgs/development/libraries/haskell/hakyll/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix index 1f42ba532fb..f25d1069a58 100644 --- a/pkgs/development/libraries/haskell/hakyll/default.nix +++ b/pkgs/development/libraries/haskell/hakyll/default.nix @@ -1,13 +1,13 @@ -{ cabal, binary, blazeHtml, hamlet, hopenssl, mtl, pandoc, parsec +{ cabal, binary, blazeHtml, cryptohash, hamlet, mtl, pandoc, parsec , regexBase, regexPcre, snapCore, snapServer, tagsoup, time }: cabal.mkDerivation (self: { pname = "hakyll"; - version = "3.2.0.5"; - sha256 = "1rwmdkzwshhi6b27zff42gg65vds866l68h33p4kn6pq1rns3bz4"; + version = "3.2.0.6"; + sha256 = "11jdajciswswv9ciyd6hk7qc39l09y9s528vazxq0k6z5mwvwrbp"; buildDepends = [ - binary blazeHtml hamlet hopenssl mtl pandoc parsec regexBase + binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase regexPcre snapCore snapServer tagsoup time ]; meta = {