Merge pull request #57587 from erictapen/hakyll-pandoc-bump

haskellPackages.hakyll: bump pandoc dependency to 2.7
This commit is contained in:
Peter Simons
2019-03-16 13:47:33 +01:00
committed by GitHub

View File

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