Skip to content

Commit ddc4ebf

Browse files
committed
rules_haskell_tests: Configure version specific outputs for test-haddock rule test
1 parent cffce39 commit ddc4ebf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

rules_haskell_tests/tests/BUILD.bazel

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,19 @@ rule_test(
235235
"haddock/testsZShaddockZShaddock-lib-b",
236236
"haddock/testsZShaddockZShaddock-lib-deep",
237237
],
238+
"9.6.2": [
239+
"haddock/array-0.5.5.0",
240+
"haddock/base-4.18.0.0",
241+
"haddock/deepseq-1.4.8.1",
242+
"haddock/ghc-bignum-1.3",
243+
"haddock/ghc-prim-0.10.0",
244+
"haddock/index",
245+
"haddock/pretty-1.1.3.6",
246+
"haddock/template-haskell-2.20.0.0",
247+
"haddock/testsZShaddockZShaddock-lib-a",
248+
"haddock/testsZShaddockZShaddock-lib-b",
249+
"haddock/testsZShaddockZShaddock-lib-deep",
250+
],
238251
}[TEST_GHC_VERSION] + ([
239252
"haddock/rts-1.0.2",
240253
] if is_windows else []),

0 commit comments

Comments
 (0)