haskellPackages.gitit: allow newer pandoc, skylighting, hoauth2

This commit is contained in:
sternenseemann 2022-12-07 22:29:48 +01:00
parent 0bb9486e51
commit 70567f6709

View file

@ -1079,18 +1079,15 @@ self: super: {
);
# 2022-03-12: Pick patches from master for compat with Stackage Nightly
# 2022-12-07: Lift bounds to allow dependencies shipped with LTS-20
# https://github.com/jgm/gitit/pull/683
gitit = appendPatches [
(fetchpatch {
name = "gitit-allow-pandoc-2.17.patch";
url = "https://github.com/jgm/gitit/commit/9eddd1d3bde46bccb23c6d21e15b289f2a9ebe66.patch";
sha256 = "09ahvwyaqzqaa9gnpbffncs9574d20mfy30zz2ww67cmm8f2a8iv";
})
(fetchpatch {
name = "gitit-fix-build-with-hoauth2-2.3.0.patch";
url = "https://github.com/jgm/gitit/commit/fd534c0155eef1790500c834e612ab22cf9b67b6.patch";
sha256 = "0hmlqkavn8hr0b4y4hxs1yyg0r79ylkzhzwy1dzbb3a2q86ydd2f";
})
] super.gitit;
] (doJailbreak super.gitit);
# Test suite requires database
persistent-mysql = dontCheck super.persistent-mysql;