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
commit 448b3c8e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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