Skip to content

Commit 7935957

Browse files
committed
Update expected values for GHC 9.8.2 on Linux
1 parent 7f531c6 commit 7935957

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rules_haskell_tests/tests/test_haddock.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ def expected_values(test_ghc_version):
8080
]
8181
elif test_ghc_version == "9.8.2" and is_linux:
8282
return [
83-
"haddock/array-0.5.6.0-329f",
84-
"haddock/base-4.19.1.0-1d34",
85-
"haddock/deepseq-1.5.0.0-b1d8",
86-
"haddock/ghc-bignum-1.3-aeb5",
87-
"haddock/ghc-boot-th-9.8.2-0d88",
88-
"haddock/ghc-prim-0.11.0-4a6b",
83+
"haddock/array-0.5.6.0-7881",
84+
"haddock/base-4.19.1.0-179c",
85+
"haddock/deepseq-1.5.0.0-6708",
86+
"haddock/ghc-bignum-1.3-b9ac",
87+
"haddock/ghc-boot-th-9.8.2-9178",
88+
"haddock/ghc-prim-0.11.0-7523",
8989
"haddock/index",
90-
"haddock/pretty-1.1.3.6-2201",
91-
"haddock/template-haskell-2.21.0.0-1d77",
90+
"haddock/pretty-1.1.3.6-8bb3",
91+
"haddock/template-haskell-2.21.0.0-9c7a",
9292
"haddock/testsZShaddockZShaddock-lib-a",
9393
"haddock/testsZShaddockZShaddock-lib-b",
9494
"haddock/testsZShaddockZShaddock-lib-deep",

0 commit comments

Comments
 (0)