haskell.packages.*.cabal-install: remove random, hashable overrides

These are not necessary anymore as stackage naturally contains random
1.2.0 and we apply the hashable fix globally as well.
This commit is contained in:
sternenseemann 2021-05-19 15:28:27 +02:00 committed by sterni
parent e467c282ba
commit f3119f03ac
3 changed files with 0 additions and 6 deletions

View file

@ -47,8 +47,6 @@ self: super: {
cabal-install = super.cabal-install.overrideScope (self: super: {
Cabal = self.Cabal_3_4_0_0;
base16-bytestring = self.base16-bytestring_0_1_1_7;
random = dontCheck super.random_1_2_0; # break infinite recursion
hashable = doJailbreak super.hashable; # allow random 1.2.x
});
# cabal-install-parsers is written for Cabal 3.4

View file

@ -60,8 +60,6 @@ self: super: {
cabal-install = super.cabal-install.overrideScope (self: super: {
Cabal = self.Cabal_3_4_0_0;
base16-bytestring = self.base16-bytestring_0_1_1_7;
random = dontCheck super.random_1_2_0; # break infinite recursion
hashable = doJailbreak super.hashable; # allow random 1.2.x
});
# Ignore overly restrictive upper version bounds.

View file

@ -48,8 +48,6 @@ self: super: {
cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
Cabal = null;
base16-bytestring = self.base16-bytestring_0_1_1_7;
random = dontCheck super.random_1_2_0; # break infinite recursion
hashable = doJailbreak super.hashable; # allow random 1.2.x
});
# Jailbreaks & Version Updates