lol

stack: remove old, unused override from ghc86

-3
-3
pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
··· 76 76 # https://github.com/jgm/skylighting/issues/55 77 77 skylighting-core = dontCheck super.skylighting-core; 78 78 79 - # Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485 80 - stack = doJailbreak super.stack; 81 - 82 79 # cabal2nix needs the latest version of Cabal, and the one 83 80 # hackage-db uses must match, so take the latest 84 81 cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_3_2_1_0; });