Skip to content

Commit d166d30

Browse files
committed
fix-hash
1 parent dc09d9e commit d166d30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
3333
md5CheckGenericPackageDescription :: Proxy GenericPackageDescription -> Assertion
3434
md5CheckGenericPackageDescription proxy = md5Check proxy
3535
#if MIN_VERSION_base(4,19,0)
36-
0xf5fdb32b43aca790192f44d9ecaa9689
36+
0x93f2af796ac484980d45c326217a6f14
3737
#else
38-
0xb287a6f04e34ef990cdd15bc6cb01c76
38+
0x6dd3f04bcaf36c8a5f617c7d0aff5962
3939
#endif
4040

4141
md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
4242
md5CheckLocalBuildInfo proxy = md5Check proxy
4343
#if MIN_VERSION_base(4,19,0)
44-
0x205fbe2649bc5e488bce50c07a71cadb
44+
0xf18d77f7bd8b4c73d081789b76efa042
4545
#else
46-
0x26e91a71ebd19d4d6ce37f798ede249a
46+
0x6dd3f04bcaf36c8a5f617c7d0aff5962
4747
#endif

0 commit comments

Comments
 (0)