haskell.packages.ghc921.base-compat: use 0.12.0 for GHC 9.2 support

This commit is contained in:
sternenseemann 2021-09-05 21:43:43 +02:00
parent 21e3afc6a2
commit a3bc86aba3

View file

@ -43,6 +43,9 @@ self: super: {
unix = null;
xhtml = null;
# 0.12.0 introduces support for 9.2
base-compat = self.base-compat_0_12_0;
# cabal-install needs more recent versions of Cabal and base16-bytestring.
cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
Cabal = null;