Skip to content

Commit 163122c

Browse files
committed
Skip //tests/haskell_module/dep-narrowing-th:lib on Darwin with GHC 9.8.2
It still crashes ghc-iserv, see #2073 (but only on nixpkgs)
1 parent 9c18125 commit 163122c

File tree

1 file changed

+4
-4
lines changed
  • rules_haskell_tests/tests/haskell_module/dep-narrowing-th

1 file changed

+4
-4
lines changed

rules_haskell_tests/tests/haskell_module/dep-narrowing-th/BUILD.bazel

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ haskell_library(
9999
# see https://github.com/tweag/rules_haskell/issues/2073
100100
"dont_build_on_macos_with_ghc_9.6.5",
101101

102-
# The same error still happens with ghc 9.8.1 in profiling mode
103-
"dont_build_on_macos_with_ghc_9.8.1",
102+
# The same error still happens with ghc 9.8.2 in profiling mode
103+
"dont_build_on_macos_with_ghc_9.8.2",
104104
],
105105
deps = [
106106
":NonModulesTestLib",
@@ -126,8 +126,8 @@ haskell_test(
126126
# see https://github.com/tweag/rules_haskell/issues/2073
127127
"dont_build_on_macos_with_ghc_9.6.5",
128128

129-
# The same error still happens with ghc 9.8.1 in profiling mode
130-
"dont_build_on_macos_with_ghc_9.8.1",
129+
# The same error still happens with ghc 9.8.2 in profiling mode
130+
"dont_build_on_macos_with_ghc_9.8.2",
131131
],
132132
visibility = ["//visibility:public"],
133133
deps = [

0 commit comments

Comments
 (0)