Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Apr 18, 2024
1 parent 0461457 commit 680c3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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)
0x6639f65b143830a97e9c4f448b9cabb0
0x970df4fbeefffb8fa104c3c3099b0c1e
#else
0x36c0d9c0b4df23e784d516c8ef291c23
#endif

md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
md5CheckLocalBuildInfo proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
0x2ae73730f60c7c947e2cb63c4aac1e54
0x66f70f2c0ee4b6911880f0a69d68f7bc
#else
0xebc3e666d961ffbcc3eaf87f78a24e27
#endif

0 comments on commit 680c3a2

Please sign in to comment.