Skip to content

Commit

Permalink
Change hashes to appease failing 'validate' CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 17, 2023
1 parent 40bcaee commit 16b1072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
md5CheckGenericPackageDescription :: Proxy GenericPackageDescription -> Assertion
md5CheckGenericPackageDescription proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
0x87037bc65fba873f53c03ce572a42229
0x7202a59a06b03539325b0d26bbfa35c8
#else
0x5817c798e23df281d794ad27754ad43f
#endif

md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
md5CheckLocalBuildInfo proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
0x83cb87bceb4c1634e7dda192c3ad6579
0x9d2ceb2aa4bd0bb95d6fce74e6d5d616
#else
0x4beeb42e94807be904bc5d15355c98cd
#endif
1 change: 1 addition & 0 deletions changelog.d/issue-9534
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
synopsis: Distinguish `powerpc64le`, by adding `PPC64LE` constructor to type `Arch`
packages: Cabal Cabal-syntax
prs: #9535
issues: #9534

description: {
Expand Down

0 comments on commit 16b1072

Please sign in to comment.