From 163122c3f2774d115a08a938e71e88f957ab181f Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Fri, 13 Dec 2024 15:56:40 +0100 Subject: [PATCH] Skip `//tests/haskell_module/dep-narrowing-th:lib` on Darwin with GHC 9.8.2 It still crashes ghc-iserv, see https://github.com/tweag/rules_haskell/issues/2073 (but only on nixpkgs) --- .../tests/haskell_module/dep-narrowing-th/BUILD.bazel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel b/rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel index dde47ef46..26deeaeb0 100644 --- a/rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel +++ b/rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel @@ -99,8 +99,8 @@ haskell_library( # see https://github.com/tweag/rules_haskell/issues/2073 "dont_build_on_macos_with_ghc_9.6.5", - # The same error still happens with ghc 9.8.1 in profiling mode - "dont_build_on_macos_with_ghc_9.8.1", + # The same error still happens with ghc 9.8.2 in profiling mode + "dont_build_on_macos_with_ghc_9.8.2", ], deps = [ ":NonModulesTestLib", @@ -126,8 +126,8 @@ haskell_test( # see https://github.com/tweag/rules_haskell/issues/2073 "dont_build_on_macos_with_ghc_9.6.5", - # The same error still happens with ghc 9.8.1 in profiling mode - "dont_build_on_macos_with_ghc_9.8.1", + # The same error still happens with ghc 9.8.2 in profiling mode + "dont_build_on_macos_with_ghc_9.8.2", ], visibility = ["//visibility:public"], deps = [