haskell-hakyll: updated to version 3.2.0.9
svn path=/nixpkgs/trunk/; revision=29671
This commit is contained in:
parent
384ad944cb
commit
105f30bba6
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hakyll";
|
pname = "hakyll";
|
||||||
version = "3.2.0.8";
|
version = "3.2.0.9";
|
||||||
sha256 = "1yp01g7wzr9qkx3vz7v791gglmr0pg5c6jj076rv118kw0l8n61l";
|
sha256 = "1gb10bvzlm8qn6ap7cxykscbhbs2jsfqgsw53r8vd8k5bfgm5jv6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
|
binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
|
||||||
regexPcre snapCore snapServer tagsoup time
|
regexPcre snapCore snapServer tagsoup time
|
||||||
|
@ -646,9 +646,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
fgl = self.fgl_5_4_2_4;
|
fgl = self.fgl_5_4_2_4;
|
||||||
};
|
};
|
||||||
|
|
||||||
hakyll = callPackage ../development/libraries/haskell/hakyll {
|
hakyll = callPackage ../development/libraries/haskell/hakyll {};
|
||||||
hamlet = self.hamlet_0_8_2_1;
|
|
||||||
};
|
|
||||||
|
|
||||||
hamlet_0_8_2_1 = callPackage ../development/libraries/haskell/hamlet/0.8.2.1.nix {};
|
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 {};
|
hamlet_0_10_2 = callPackage ../development/libraries/haskell/hamlet/0.10.2.nix {};
|
||||||
|
Loading…
Reference in New Issue
Block a user