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 authored and Mikolaj committed Feb 22, 2024
1 parent fa3f6b6 commit acf6768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 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)
0xc638caeb7531f107f64d12773f9430d0
0xbaf013a54a9ae4dab8d9c8beecb5ac5d
#else
0x7a231bff7bb37049ec7f2ebfd98d3243
0xcbd99e3b359decfab4b25e1335067f72
#endif

md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
md5CheckLocalBuildInfo proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
0xceb2a9b9aa0555228a98bd875534be77
0x403539e40a138deaf1a1189aa349cff2
#else
0xc94d93ef5dd99410a5b2f1f3c9853f00
0x279674c69cfcfd5e8ffd51bc02965cd7
#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 acf6768

Please sign in to comment.