stack: override pantry to the latest version to fix the build

This commit is contained in:
Peter Simons
2020-10-16 21:31:53 +02:00
parent 84022e0b15
commit ee44940ee5
2 changed files with 5 additions and 0 deletions
@@ -645,6 +645,7 @@ self: super: builtins.intersectAttrs super {
# Tests require internet
http-download = dontCheck super.http-download;
pantry = dontCheck super.pantry;
pantry_0_5_1_3 = dontCheck super.pantry_0_5_1_3;
# gtk2hs-buildtools is listed in setupHaskellDepends, but we
# need it during the build itself, too.