mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell.packages.ghc921.base-compat: use 0.12.0 for GHC 9.2 support
This commit is contained in:
parent
21e3afc6a2
commit
a3bc86aba3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue