From 16b107230e7f49219526b66742f32b3bef4cacb6 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sun, 17 Dec 2023 23:19:00 +0000 Subject: [PATCH] Change hashes to appease failing 'validate' CI --- Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs | 4 ++-- changelog.d/issue-9534 | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs index 799c7f58d9b..97973cf43bc 100644 --- a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs +++ b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs @@ -33,7 +33,7 @@ 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 @@ -41,7 +41,7 @@ md5CheckGenericPackageDescription proxy = md5Check proxy md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion md5CheckLocalBuildInfo proxy = md5Check proxy #if MIN_VERSION_base(4,19,0) - 0x83cb87bceb4c1634e7dda192c3ad6579 + 0x9d2ceb2aa4bd0bb95d6fce74e6d5d616 #else 0x4beeb42e94807be904bc5d15355c98cd #endif diff --git a/changelog.d/issue-9534 b/changelog.d/issue-9534 index 61d6d70e6e3..3e7a887af71 100644 --- a/changelog.d/issue-9534 +++ b/changelog.d/issue-9534 @@ -1,5 +1,6 @@ synopsis: Distinguish `powerpc64le`, by adding `PPC64LE` constructor to type `Arch` packages: Cabal Cabal-syntax +prs: #9535 issues: #9534 description: {