stack: remove old, unused override from ghc86

This commit is contained in:
Dennis Gosnell 2023-07-26 11:52:41 +09:00
parent 645dfb80b8
commit 911d466fca
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -76,9 +76,6 @@ self: super: {
# https://github.com/jgm/skylighting/issues/55
skylighting-core = dontCheck super.skylighting-core;
# Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
stack = doJailbreak super.stack;
# cabal2nix needs the latest version of Cabal, and the one
# hackage-db uses must match, so take the latest
cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_3_2_1_0; });