Skip to content

Commit 148948f

Browse files
committed
Remove haddock/rts-1.0.2 from expected output for test-haddock
... on Windows. The pkg conf file for rts has entries for `haddock-interface` and `haddock-html` but neither of those actually exist.
1 parent d57dd45 commit 148948f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: rules_haskell_tests/tests/BUILD.bazel

+1-3
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,7 @@ rule_test(
248248
"haddock/testsZShaddockZShaddock-lib-b",
249249
"haddock/testsZShaddockZShaddock-lib-deep",
250250
],
251-
}[TEST_GHC_VERSION] + ([
252-
"haddock/rts-1.0.2",
253-
] if is_windows else []),
251+
}[TEST_GHC_VERSION],
254252
rule = "//tests/haddock",
255253
)
256254

0 commit comments

Comments
 (0)