Skip to content

Commit

Permalink
fix-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Dec 7, 2023
1 parent dc09d9e commit d166d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
0xf5fdb32b43aca790192f44d9ecaa9689
0x93f2af796ac484980d45c326217a6f14
#else
0xb287a6f04e34ef990cdd15bc6cb01c76
0x6dd3f04bcaf36c8a5f617c7d0aff5962
#endif

md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
md5CheckLocalBuildInfo proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
0x205fbe2649bc5e488bce50c07a71cadb
0xf18d77f7bd8b4c73d081789b76efa042
#else
0x26e91a71ebd19d4d6ce37f798ede249a
0x6dd3f04bcaf36c8a5f617c7d0aff5962
#endif

0 comments on commit d166d30

Please sign in to comment.