haskellPackages.butcher: relax upper bound on base

This commit is contained in:
sternenseemann 2023-08-17 01:40:00 +02:00
parent c24a28822e
commit bac83374f1
3 changed files with 3 additions and 3 deletions

View file

@ -183,6 +183,9 @@ self: super: {
testFlags = drv.testFlags or [] ++ [ "-p" "! /Kahan.t_sum_shifted/" ];
}) super.math-functions;
# Too strict bounds on base
# https://github.com/lspitzner/butcher/issues/7#issuecomment-1681394943
butcher = doJailbreak super.butcher;
# Deal with infinite and NaN values generated by QuickCheck-2.14.3
aeson = overrideCabal {
# aeson's test suite includes some tests with big numbers that fail on 32bit

View file

@ -545,7 +545,6 @@ broken-packages:
- bus-pirate
- buster
- Buster
- butcher # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230948627 at 2023-08-16
- butter
- buttplug-hs-core
- bv-little

View file

@ -50842,8 +50842,6 @@ self: {
];
description = "Chops a command or program invocation into digestable pieces";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"butter" = callPackage