Skip to content

Commit

Permalink
Skip //tests/haskell_module/dep-narrowing-th:lib on Darwin with GHC…
Browse files Browse the repository at this point in the history
… 9.8.2

It still crashes ghc-iserv, see #2073 (but only on nixpkgs)
  • Loading branch information
avdv committed Dec 13, 2024
1 parent a63a873 commit a0cfb61
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 = [
Expand Down

0 comments on commit a0cfb61

Please sign in to comment.