From 1deacca27e1c4fe24ca86e66fa531507e273f819 Mon Sep 17 00:00:00 2001 From: Naïm Favier Date: Wed, 24 Jan 2024 11:02:58 +0100 Subject: haskellPackages.tree-diff: disable tests https://github.com/haskellari/tree-diff/issues/79 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ff84394d3fb..e33762d55728 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2852,6 +2852,9 @@ self: super: { # 2024-01-23: https://github.com/composewell/unicode-data/issues/118 unicode-data = dontCheck super.unicode-data; + # 2024-01-24: https://github.com/haskellari/tree-diff/issues/79 + tree-diff = dontCheck super.tree-diff; + # Too strict bounds on base, ghc-prim, primitive # https://github.com/kowainik/typerep-map/pull/128 typerep-map = doJailbreak super.typerep-map; -- cgit 1.4.1