File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
rules_haskell_tests/tests/haskell_module/dep-narrowing-th Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ haskell_library(
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
100
"dont_build_on_macos_with_ghc_9.6.2" ,
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" ,
101
104
],
102
105
deps = [
103
106
":NonModulesTestLib" ,
@@ -122,6 +125,9 @@ haskell_test(
122
125
# skip testing this target on macos with GHC 9.6.2 since it crashes ghc-iserv
123
126
# see https://github.com/tweag/rules_haskell/issues/2073
124
127
"dont_build_on_macos_with_ghc_9.6.2" ,
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" ,
125
131
],
126
132
visibility = ["//visibility:public" ],
127
133
deps = [
You can’t perform that action at this time.
0 commit comments