haskellPackages.czipwith: relax upper bound on base and t-h

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

View file

@ -186,6 +186,10 @@ self: super: {
# Too strict bounds on base
# https://github.com/lspitzner/butcher/issues/7#issuecomment-1681394943
butcher = doJailbreak super.butcher;
# … and template-haskell.
# https://github.com/lspitzner/czipwith/issues/5
czipwith = doJailbreak super.czipwith;
# 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

@ -1058,7 +1058,6 @@ broken-packages:
- custom-prelude
- cut-the-crap
- CV
- czipwith # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230964553 at 2023-08-16
- d3js
- dag
- DAG-Tournament

View file

@ -74528,8 +74528,6 @@ self: {
testHaskellDepends = [ base transformers ];
description = "CZipWith class and deriving via TH";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"d-bus" = callPackage