From c0c9996c26016edca72536b110ba31e012ae2ab8 Mon Sep 17 00:00:00 2001 From: maralorn Date: Tue, 13 Jun 2023 19:14:59 +0200 Subject: [PATCH] Cabal-tests: Fix Hash to account for changed data type --- 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 37d38f2bac4..92a7efe63bf 100644 --- a/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs +++ b/Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs @@ -29,7 +29,7 @@ tests = testGroup "Distribution.Utils.Structured" , testCase "GenericPackageDescription" $ md5Check (Proxy :: Proxy GenericPackageDescription) 0x8d8f340f10a58b8d8a87bf42213dac89 , testCase "LocalBuildInfo" $ - md5Check (Proxy :: Proxy LocalBuildInfo) 0xbb22c3258d3092f31e992bc093d09170 + md5Check (Proxy :: Proxy LocalBuildInfo) 0xe5a1d6ff4595dc7702ee0d83e9883a09 #endif ]