mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
haskell-hakyll: updated to version 3.2.6.1
svn path=/nixpkgs/trunk/; revision=32281
This commit is contained in:
parent
1bc51d7448
commit
385e002338
|
@ -1,15 +1,15 @@
|
|||
{ cabal, binary, blazeHtml, citeprocHs, cryptohash, hamlet, mtl
|
||||
, pandoc, parsec, regexBase, regexPcre, snapCore, snapServer
|
||||
, pandoc, parsec, regexBase, regexTdfa, snapCore, snapServer
|
||||
, tagsoup, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "3.2.6.0";
|
||||
sha256 = "1yg97kihfxb250vk9dm2v9sh197lc6qjil0j40zgcwpss96xynax";
|
||||
version = "3.2.6.1";
|
||||
sha256 = "0chpg04rsp8lxzdj43wqs3wyc7i70hfi3raxdar6bhwxhfxgj4wn";
|
||||
buildDepends = [
|
||||
binary blazeHtml citeprocHs cryptohash hamlet mtl pandoc parsec
|
||||
regexBase regexPcre snapCore snapServer tagsoup time
|
||||
regexBase regexTdfa snapCore snapServer tagsoup time
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
|
|
Loading…
Reference in a new issue