Merge pull request #55108 from endgame/jailbreak-these
haskellPackages.these: jailbreak
This commit is contained in:
commit
448b3c8e8c
1 changed files with 1 additions and 0 deletions
|
@ -1185,6 +1185,7 @@ self: super: {
|
|||
|
||||
# Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
|
||||
tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
|
||||
these = doJailbreak super.these; # until these >= 0.7.6
|
||||
|
||||
# These patches contain fixes for 8.6 that should be safe for
|
||||
# earlier versions, but we need the relaxed version bounds in GHC
|
||||
|
|
Loading…
Reference in a new issue