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

View File

@ -1478,6 +1478,10 @@ self: super: {
domain-auth = dontCheck super.domain-auth;
# INSERT NEW OVERRIDES ABOVE THIS LINE
# stack-2.5.1 needs a more current version of pantry to compile
pantry = self.pantry_0_5_1_3;
# haskell-language-server needs a more current version of pantry to compile
} // (let
inherit (self) hls-ghcide hls-brittany;
hlsScopeOverride = self: super: {

View File

@ -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.