Commit 703e7bd4 authored by sternenseemann's avatar sternenseemann
Browse files

haskellPackages.data-tree-print: relax upper bound on base

parent 2a93f443
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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