We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffce39 commit ddc4ebfCopy full SHA for ddc4ebf
rules_haskell_tests/tests/BUILD.bazel
@@ -235,6 +235,19 @@ rule_test(
235
"haddock/testsZShaddockZShaddock-lib-b",
236
"haddock/testsZShaddockZShaddock-lib-deep",
237
],
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
+ ],
251
}[TEST_GHC_VERSION] + ([
252
"haddock/rts-1.0.2",
253
] if is_windows else []),
0 commit comments