Skip to content

Commit 6784ca9

Browse files
committed
Skip //tests/haskell_module/dep-narrowing-th:lib on Darwin with GHC 9.6.5
It still crashes ghc-iserv, see #2073
1 parent 9e0f31e commit 6784ca9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ haskell_library(
9797
tags = [
9898
# skip building this target on macos with GHC 9.6.2 since it crashes ghc-iserv
9999
# see https://github.com/tweag/rules_haskell/issues/2073
100-
"dont_build_on_macos_with_ghc_9.6.2",
100+
"dont_build_on_macos_with_ghc_9.6.5",
101101

102102
# The same error still happens with ghc 9.8.1 in profiling mode
103103
"dont_build_on_macos_with_ghc_9.8.1",
@@ -124,7 +124,7 @@ haskell_test(
124124
tags = [
125125
# skip testing this target on macos with GHC 9.6.2 since it crashes ghc-iserv
126126
# see https://github.com/tweag/rules_haskell/issues/2073
127-
"dont_build_on_macos_with_ghc_9.6.2",
127+
"dont_build_on_macos_with_ghc_9.6.5",
128128

129129
# The same error still happens with ghc 9.8.1 in profiling mode
130130
"dont_build_on_macos_with_ghc_9.8.1",

0 commit comments

Comments
 (0)