haskellPackages.hakyll: bump pandoc dependency to 2.7

This commit is contained in:
Justin Humm 2019-03-13 17:16:51 +01:00
parent eb2a26f5c6
commit b82150c8c2
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2

View File

@ -165,8 +165,10 @@ self: super: {
then dontCheck (overrideCabal super.hakyll (drv: { then dontCheck (overrideCabal super.hakyll (drv: {
testToolDepends = []; testToolDepends = [];
})) }))
# https://github.com/jaspervdj/hakyll/issues/491 else appendPatch super.hakyll (pkgs.fetchpatch {
else dontCheck super.hakyll; url = "https://github.com/jaspervdj/hakyll/pull/691/commits/a44ad37cd15310812e78f7dab58d6d460451f20c.patch";
sha256 = "13xpznm19rjp51ds165ll9ahyps1r4131c77b8r7gpjd6i505832";
});
double-conversion = if !pkgs.stdenv.isDarwin double-conversion = if !pkgs.stdenv.isDarwin
then super.double-conversion then super.double-conversion