···7676 # https://github.com/jgm/skylighting/issues/55
7777 skylighting-core = dontCheck super.skylighting-core;
78787979- # Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
8080- stack = doJailbreak super.stack;
8181-8279 # cabal2nix needs the latest version of Cabal, and the one
8380 # hackage-db uses must match, so take the latest
8481 cabal2nix = super.cabal2nix.overrideScope (self: super: { Cabal = self.Cabal_3_2_1_0; });