From ef0e28ad3537311789ea3b581deeec180169bd6b Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Wed, 26 Jun 2024 22:56:33 +0200 Subject: [PATCH] to squash: fix structured --- Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs index 013c1830226..70370de76c0 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) - 0xe28f08e7ac644f836d8b3fe7f9428dcf + 0xbcb29fedd00cda89586faf963028e31d #else 0xbb48247a1d86d5b514ffc4d6df853c74 #endif