haskell-hakyll: update to version 4.5.5.0
This commit is contained in:
parent
ae8d3baab3
commit
e809aabffe
@ -2,34 +2,32 @@
|
|||||||
|
|
||||||
{ cabal, binary, blazeHtml, blazeMarkup, cmdargs, cryptohash
|
{ cabal, binary, blazeHtml, blazeMarkup, cmdargs, cryptohash
|
||||||
, dataDefault, deepseq, filepath, fsnotify, httpConduit, httpTypes
|
, dataDefault, deepseq, filepath, fsnotify, httpConduit, httpTypes
|
||||||
, HUnit, lrucache, mtl, network, pandoc, pandocCiteproc, parsec
|
, HUnit, lrucache, mtl, network, networkUri, pandoc, pandocCiteproc
|
||||||
, QuickCheck, random, regexBase, regexTdfa, snapCore, snapServer
|
, parsec, QuickCheck, random, regexBase, regexTdfa, snapCore
|
||||||
, systemFilepath, tagsoup, testFramework, testFrameworkHunit
|
, snapServer, systemFilepath, tagsoup, testFramework
|
||||||
, testFrameworkQuickcheck2, text, time, utillinux
|
, testFrameworkHunit, testFrameworkQuickcheck2, text, time
|
||||||
|
, utillinux
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hakyll";
|
pname = "hakyll";
|
||||||
version = "4.5.4.0";
|
version = "4.5.5.0";
|
||||||
sha256 = "16srkm2fxjw1xg7zaikn49zz4xsz9awddnjm6ibv522k3xf3l24c";
|
sha256 = "1igna446dsidlq3f9myclgcdawgvyyjxjk3r3icjra6zgdqd6j4l";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
||||||
filepath fsnotify httpConduit httpTypes lrucache mtl network pandoc
|
filepath fsnotify httpConduit httpTypes lrucache mtl network
|
||||||
pandocCiteproc parsec random regexBase regexTdfa snapCore
|
networkUri pandoc pandocCiteproc parsec random regexBase regexTdfa
|
||||||
snapServer systemFilepath tagsoup text time
|
snapCore snapServer systemFilepath tagsoup text time
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
binary blazeHtml blazeMarkup cmdargs cryptohash dataDefault deepseq
|
||||||
filepath fsnotify httpConduit httpTypes HUnit lrucache mtl network
|
filepath fsnotify httpConduit httpTypes HUnit lrucache mtl network
|
||||||
pandoc pandocCiteproc parsec QuickCheck random regexBase regexTdfa
|
networkUri pandoc pandocCiteproc parsec QuickCheck random regexBase
|
||||||
snapCore snapServer systemFilepath tagsoup testFramework
|
regexTdfa snapCore snapServer systemFilepath tagsoup testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
testFrameworkHunit testFrameworkQuickcheck2 text time utillinux
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|pandoc-citeproc .*,|pandoc-citeproc,|' hakyll.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user