haskellPackages.data-tree-print: relax upper bound on base
This commit is contained in:
parent
2a93f44336
commit
703e7bd432
3 changed files with 2 additions and 3 deletions
|
@ -186,6 +186,8 @@ self: super: {
|
|||
# Too strict bounds on base
|
||||
# https://github.com/lspitzner/butcher/issues/7#issuecomment-1681394943
|
||||
butcher = doJailbreak super.butcher;
|
||||
# https://github.com/lspitzner/data-tree-print/issues/4
|
||||
data-tree-print = doJailbreak super.data-tree-print;
|
||||
# … and template-haskell.
|
||||
# https://github.com/lspitzner/czipwith/issues/5
|
||||
czipwith = doJailbreak super.czipwith;
|
||||
|
|
|
@ -1129,7 +1129,6 @@ broken-packages:
|
|||
- data-standards
|
||||
- data-store
|
||||
- data-stringmap
|
||||
- data-tree-print # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230962176 at 2023-08-16
|
||||
- DataTreeView
|
||||
- data-type
|
||||
- data-util
|
||||
|
|
|
@ -77099,8 +77099,6 @@ self: {
|
|||
libraryHaskellDepends = [ base pretty syb ];
|
||||
description = "Print Data instances as a nested tree";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"data-treify" = callPackage
|
||||
|
|
Loading…
Reference in a new issue