From acf676850a6408d532ce7ea775e9e8f9d5ec1bbb Mon Sep 17 00:00:00 2001
From: Mike Pilgrem <mpilgrem@users.noreply.github.com>
Date: Sun, 17 Dec 2023 23:19:00 +0000
Subject: [PATCH] Change hashes to appease failing 'validate' CI

---
 .../tests/UnitTests/Distribution/Utils/Structured.hs      | 8 ++++----
 changelog.d/issue-9534                                    | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
index d90b755e8c..1c571ad5b8 100644
--- a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
+++ b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
@@ -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
diff --git a/changelog.d/issue-9534 b/changelog.d/issue-9534
index 61d6d70e6e..3e7a887af7 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: {
-- 
GitLab