mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-hakyll: updated to version 3.2.2.0
svn path=/nixpkgs/trunk/; revision=30563
This commit is contained in:
parent
d683b4a22b
commit
53510bff9a
|
@ -1,14 +1,15 @@
|
|||
{ cabal, binary, blazeHtml, cryptohash, hamlet, mtl, pandoc, parsec
|
||||
, regexBase, regexPcre, snapCore, snapServer, tagsoup, time
|
||||
{ cabal, binary, blazeHtml, citeprocHs, cryptohash, hamlet, mtl
|
||||
, pandoc, parsec, regexBase, regexPcre, snapCore, snapServer
|
||||
, tagsoup, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "3.2.0.10";
|
||||
sha256 = "1hdivw1smfkxza5jl8gm84gnzb5a9sgc2lcas3hikv968p9c1yry";
|
||||
version = "3.2.2.0";
|
||||
sha256 = "0z7q99j3zqhck085s99sbj1qksra3rsmwimf44j49b59nqrn50va";
|
||||
buildDepends = [
|
||||
binary blazeHtml cryptohash hamlet mtl pandoc parsec regexBase
|
||||
regexPcre snapCore snapServer tagsoup time
|
||||
binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec
|
||||
regexBase regexPcre snapCore snapServer tagsoup time
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
|
|
Loading…
Reference in a new issue