haskell-hakyll: update to version 4.5.0.0
This commit is contained in:
parent
9541f82ccc
commit
b4742af957
@ -8,8 +8,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hakyll";
|
||||
version = "4.4.3.2";
|
||||
sha256 = "1n597q4pbdka7g06524j0zvjcjpv7fgf6mga1a0kfr012sf9cqz9";
|
||||
version = "4.5.0.0";
|
||||
sha256 = "19rmib508zcaada7xj0p84dbkjwzfiaxaszpmc763wlpx15azw8z";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -26,12 +26,6 @@ cabal.mkDerivation (self: {
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
];
|
||||
doCheck = false;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|blaze-markup.*,|blaze-markup,|' \
|
||||
-e 's|blaze-html.*,|blaze-html,|' \
|
||||
-e 's|pandoc-citeproc.*,|pandoc-citeproc,|' \
|
||||
-e 's|regex-tdfa.*,|regex-tdfa,|' hakyll.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
|
Loading…
Reference in New Issue
Block a user