Skip to content
Snippets Groups Projects
Commit acf67685 authored by Mike Pilgrem's avatar Mike Pilgrem Committed by Mikolaj
Browse files

Change hashes to appease failing 'validate' CI

parent fa3f6b69
Branches fix9534
No related tags found
No related merge requests found
......@@ -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
synopsis: Distinguish `powerpc64le`, by adding `PPC64LE` constructor to type `Arch`
packages: Cabal Cabal-syntax
prs: #9535
issues: #9534
description: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment