summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
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/haskell-modules/configuration-common.nix
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/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 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;