Skip to content

Commit 72a3742

Browse files
ffaf1mergify[bot]
authored andcommitted
Update MD5 hashes to pass tests
GenericPackageDescription and LocalBuildInfo MD5 changed, as KnownExtensions was modified.
1 parent 075501c commit 72a3742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ tests = testGroup "Distribution.Utils.Structured"
2727
-- The difference is in encoding of newtypes
2828
#if MIN_VERSION_base(4,7,0)
2929
, testCase "GenericPackageDescription" $
30-
md5Check (Proxy :: Proxy GenericPackageDescription) 0x344677c9c09bde1c0f8cf94dc2b45030
30+
md5Check (Proxy :: Proxy GenericPackageDescription) 0xaf3d4c667a8f019c98a45451419ad71c
3131
, testCase "LocalBuildInfo" $
32-
md5Check (Proxy :: Proxy LocalBuildInfo) 0x637b149bf956b706bfd3e4f99e66a910
32+
md5Check (Proxy :: Proxy LocalBuildInfo) 0x6d132d3f99c869b678468256f24b6241
3333
#endif
3434
]
3535

0 commit comments

Comments
 (0)