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
@@ -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: {