mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
haskellPackages.these: jailbreak
Test require tasty >= 1.2, which isn't in hackage-packages. Maintainer has a stated policy of not publishing revisions/new versions for test dependency changes. 0.7.6 is in hackage but not yet in nixpkgs.
This commit is contained in:
parent
14dd9ca1b2
commit
65bb12e337
@ -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 New Issue
Block a user