summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-17 09:30:05 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-17 09:31:57 +0200
commit703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626 (patch)
tree3a283abd2e61ab11d82e02a58741ff11f8be1b98 /pkgs/development
parent2a93f44336daee33f28bb82bcb0d55e743d35c13 (diff)
downloadnixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar.gz
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar.bz2
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar.lz
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar.xz
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.tar.zst
nixpkgs-703e7bd4328c9d8d2f171fdcde6e14c4cb7a1626.zip
haskellPackages.data-tree-print: relax upper bound on base
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
3 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ef66f312dcf..9951c38a54b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 9a2266f5045..c4783feb536 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -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
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 61787a8744e..3d7bcf49a14 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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