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
|
# Too strict bounds on base
|
||||||
# https://github.com/lspitzner/butcher/issues/7#issuecomment-1681394943
|
# https://github.com/lspitzner/butcher/issues/7#issuecomment-1681394943
|
||||||
butcher = doJailbreak super.butcher;
|
butcher = doJailbreak super.butcher;
|
||||||
|
# https://github.com/lspitzner/data-tree-print/issues/4
|
||||||
|
data-tree-print = doJailbreak super.data-tree-print;
|
||||||
# … and template-haskell.
|
# … and template-haskell.
|
||||||
# https://github.com/lspitzner/czipwith/issues/5
|
# https://github.com/lspitzner/czipwith/issues/5
|
||||||
czipwith = doJailbreak super.czipwith;
|
czipwith = doJailbreak super.czipwith;
|
||||||
|
|
|
@ -1129,7 +1129,6 @@ broken-packages:
|
||||||
- data-standards
|
- data-standards
|
||||||
- data-store
|
- data-store
|
||||||
- data-stringmap
|
- data-stringmap
|
||||||
- data-tree-print # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230962176 at 2023-08-16
|
|
||||||
- DataTreeView
|
- DataTreeView
|
||||||
- data-type
|
- data-type
|
||||||
- data-util
|
- data-util
|
||||||
|
|
|
@ -77099,8 +77099,6 @@ self: {
|
||||||
libraryHaskellDepends = [ base pretty syb ];
|
libraryHaskellDepends = [ base pretty syb ];
|
||||||
description = "Print Data instances as a nested tree";
|
description = "Print Data instances as a nested tree";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"data-treify" = callPackage
|
"data-treify" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue