stack: override pantry to the latest version to fix the build
This commit is contained in:
parent
84022e0b15
commit
ee44940ee5
@ -1478,6 +1478,10 @@ self: super: {
|
|||||||
domain-auth = dontCheck super.domain-auth;
|
domain-auth = dontCheck super.domain-auth;
|
||||||
# INSERT NEW OVERRIDES ABOVE THIS LINE
|
# 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
|
} // (let
|
||||||
inherit (self) hls-ghcide hls-brittany;
|
inherit (self) hls-ghcide hls-brittany;
|
||||||
hlsScopeOverride = self: super: {
|
hlsScopeOverride = self: super: {
|
||||||
|
@ -645,6 +645,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# Tests require internet
|
# Tests require internet
|
||||||
http-download = dontCheck super.http-download;
|
http-download = dontCheck super.http-download;
|
||||||
pantry = dontCheck super.pantry;
|
pantry = dontCheck super.pantry;
|
||||||
|
pantry_0_5_1_3 = dontCheck super.pantry_0_5_1_3;
|
||||||
|
|
||||||
# gtk2hs-buildtools is listed in setupHaskellDepends, but we
|
# gtk2hs-buildtools is listed in setupHaskellDepends, but we
|
||||||
# need it during the build itself, too.
|
# need it during the build itself, too.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user