haskellPackages.butcher: relax upper bound on base
This commit is contained in:
parent
c24a28822e
commit
bac83374f1
3 changed files with 3 additions and 3 deletions
|
@ -183,6 +183,9 @@ self: super: {
|
||||||
testFlags = drv.testFlags or [] ++ [ "-p" "! /Kahan.t_sum_shifted/" ];
|
testFlags = drv.testFlags or [] ++ [ "-p" "! /Kahan.t_sum_shifted/" ];
|
||||||
}) super.math-functions;
|
}) 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
|
# Deal with infinite and NaN values generated by QuickCheck-2.14.3
|
||||||
aeson = overrideCabal {
|
aeson = overrideCabal {
|
||||||
# aeson's test suite includes some tests with big numbers that fail on 32bit
|
# aeson's test suite includes some tests with big numbers that fail on 32bit
|
||||||
|
|
|
@ -545,7 +545,6 @@ broken-packages:
|
||||||
- bus-pirate
|
- bus-pirate
|
||||||
- buster
|
- buster
|
||||||
- Buster
|
- Buster
|
||||||
- butcher # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230948627 at 2023-08-16
|
|
||||||
- butter
|
- butter
|
||||||
- buttplug-hs-core
|
- buttplug-hs-core
|
||||||
- bv-little
|
- bv-little
|
||||||
|
|
|
@ -50842,8 +50842,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Chops a command or program invocation into digestable pieces";
|
description = "Chops a command or program invocation into digestable pieces";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"butter" = callPackage
|
"butter" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue