1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-hakyll: updated to version 3.2.0.9

svn path=/nixpkgs/trunk/; revision=29671
This commit is contained in:
Peter Simons 2011-10-05 17:09:51 +00:00
parent 384ad944cb
commit 105f30bba6
2 changed files with 3 additions and 5 deletions

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "hakyll";
version = "3.2.0.8";
sha256 = "1yp01g7wzr9qkx3vz7v791gglmr0pg5c6jj076rv118kw0l8n61l";
version = "3.2.0.9";
sha256 = "1gb10bvzlm8qn6ap7cxykscbhbs2jsfqgsw53r8vd8k5bfgm5jv6";
buildDepends = [
binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
regexPcre snapCore snapServer tagsoup time

View file

@ -646,9 +646,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
fgl = self.fgl_5_4_2_4;
};
hakyll = callPackage ../development/libraries/haskell/hakyll {
hamlet = self.hamlet_0_8_2_1;
};
hakyll = callPackage ../development/libraries/haskell/hakyll {};
hamlet_0_8_2_1 = callPackage ../development/libraries/haskell/hamlet/0.8.2.1.nix {};
hamlet_0_10_2 = callPackage ../development/libraries/haskell/hamlet/0.10.2.nix {};