mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
haskellPackages.tdigest: jailbreak
Upstream doesn't publish releases or revisions to relax test bounds.
This commit is contained in:
parent
528251c37b
commit
038752f30b
|
@ -1183,7 +1183,7 @@ self: super: {
|
|||
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
|
||||
hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
|
||||
|
||||
# jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
|
||||
# Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
|
||||
tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
|
||||
|
||||
# These patches contain fixes for 8.6 that should be safe for
|
||||
|
|
Loading…
Reference in a new issue