haskell-hakyll: updated to version 3.2.0.6

svn path=/nixpkgs/trunk/; revision=29084
This commit is contained in:
Peter Simons 2011-09-07 16:53:15 +00:00
parent 9c9cea35ad
commit c710e9e0e6

View file

@ -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 = {