Merge pull request #55108 from endgame/jailbreak-these

haskellPackages.these: jailbreak
This commit is contained in:
Peter Simons
2019-02-03 11:15:05 +01:00
committed by GitHub

View File

@@ -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