haskell.packages.ghc{8104,901}: correct cabal-install override comment

This commit is contained in:
sternenseemann 2021-05-19 17:17:02 +02:00
parent dcaa389959
commit 9c6c587e7a
2 changed files with 2 additions and 4 deletions

View File

@ -42,8 +42,7 @@ self: super: {
unix = null;
xhtml = null;
# cabal-install needs more recent versions of Cabal and random, but an older
# version of base16-bytestring.
# cabal-install needs more recent versions of Cabal and base16-bytestring.
cabal-install = super.cabal-install.overrideScope (self: super: {
Cabal = self.Cabal_3_4_0_0;
base16-bytestring = self.base16-bytestring_0_1_1_7;

View File

@ -43,8 +43,7 @@ self: super: {
unix = null;
xhtml = null;
# cabal-install needs more recent versions of random, but an older
# version of base16-bytestring.
# cabal-install needs more recent versions of Cabal and base16-bytestring.
cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
Cabal = null;
base16-bytestring = self.base16-bytestring_0_1_1_7;