haskell-hakyll: update to version 4.0.0.0
This commit is contained in:
parent
8150827219
commit
3544f32231
@ -1,16 +1,19 @@
|
|||||||
{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cryptohash
|
{ cabal, binary, blazeHtml, blazeMarkup, citeprocHs, cmdargs
|
||||||
, filepath, hamlet, lrucache, mtl, pandoc, parsec, regexBase
|
, cryptohash, deepseq, filepath, httpConduit, httpTypes, lrucache
|
||||||
, regexTdfa, snapCore, snapServer, tagsoup, text, time
|
, mtl, pandoc, parsec, random, regexBase, regexTdfa, snapCore
|
||||||
|
, snapServer, tagsoup, text, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hakyll";
|
pname = "hakyll";
|
||||||
version = "3.5.3.0";
|
version = "4.0.0.0";
|
||||||
sha256 = "1r8vz42lxnnxx875jnf0ii9x99g7wz2fmknscxvm40prp2df1z6v";
|
sha256 = "165r9x158nnnwzd1cxymskkxvfhxsnpam8bi3gjy8bql8arsibzr";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary blazeHtml blazeMarkup citeprocHs cryptohash filepath hamlet
|
binary blazeHtml blazeMarkup citeprocHs cmdargs cryptohash deepseq
|
||||||
lrucache mtl pandoc parsec regexBase regexTdfa snapCore snapServer
|
filepath httpConduit httpTypes lrucache mtl pandoc parsec random
|
||||||
tagsoup text time
|
regexBase regexTdfa snapCore snapServer tagsoup text time
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
|
Loading…
Reference in New Issue
Block a user