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 Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ haskell_library(
97
97
tags = [
98
98
# skip building this target on macos with GHC 9.6.2 since it crashes ghc-iserv
99
99
# 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 " ,
101
101
102
102
# The same error still happens with ghc 9.8.1 in profiling mode
103
103
"dont_build_on_macos_with_ghc_9.8.1" ,
@@ -124,7 +124,7 @@ haskell_test(
124
124
tags = [
125
125
# skip testing this target on macos with GHC 9.6.2 since it crashes ghc-iserv
126
126
# 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 " ,
128
128
129
129
# The same error still happens with ghc 9.8.1 in profiling mode
130
130
"dont_build_on_macos_with_ghc_9.8.1" ,
You can’t perform that action at this time.
0 commit comments