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 Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ haskell_library(
99
99
# see https://github.com/tweag/rules_haskell/issues/2073
100
100
"dont_build_on_macos_with_ghc_9.6.5" ,
101
101
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 " ,
104
104
],
105
105
deps = [
106
106
":NonModulesTestLib" ,
@@ -126,8 +126,8 @@ haskell_test(
126
126
# see https://github.com/tweag/rules_haskell/issues/2073
127
127
"dont_build_on_macos_with_ghc_9.6.5" ,
128
128
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 " ,
131
131
],
132
132
visibility = ["//visibility:public" ],
133
133
deps = [
You can’t perform that action at this time.
0 commit comments