about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-03-05 00:21:02 +0100
committersternenseemann <sternenseemann@systemli.org>2024-03-05 00:21:02 +0100
commit51a22900610b3ba34ee976e56a5ce31954d1adf1 (patch)
treee499015a23fb96e2280e7fc1dfe4c9a3e408e5e3
parentfe92ebbaa8314dd735e601586bb61acd993ac165 (diff)
downloadnixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar.gz
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar.bz2
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar.lz
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar.xz
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.tar.zst
nixlib-51a22900610b3ba34ee976e56a5ce31954d1adf1.zip
haskellPackages.fclabels: disable broken test suite
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fb8c44809f9c..795258b48fca 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -422,9 +422,10 @@ self: super: {
   hzk = dontCheck super.hzk;
   resolv_0_1_2_0 = doJailbreak super.resolv_0_1_2_0;
 
-  # Too strict bounds on base{,-orphans}, template-haskell
-  # https://github.com/sebastiaanvisser/fclabels/issues/44
-  fclabels = doJailbreak super.fclabels;
+  # Test suite doesn't compile with 9.6, 9.8
+  # https://github.com/sebastiaanvisser/fclabels/issues/45
+  # https://github.com/sebastiaanvisser/fclabels/issues/46
+  fclabels = dontCheck super.fclabels;
 
   # Tests require a Kafka broker running locally
   haskakafka = dontCheck super.haskakafka;