File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Cabal-tests/tests/UnitTests/Distribution/Utils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
33
33
md5CheckGenericPackageDescription :: Proxy GenericPackageDescription -> Assertion
34
34
md5CheckGenericPackageDescription proxy = md5Check proxy
35
35
#if MIN_VERSION_base(4,19,0)
36
- 0xf5fdb32b43aca790192f44d9ecaa9689
36
+ 0x93f2af796ac484980d45c326217a6f14
37
37
#else
38
- 0xb287a6f04e34ef990cdd15bc6cb01c76
38
+ 0x6dd3f04bcaf36c8a5f617c7d0aff5962
39
39
#endif
40
40
41
41
md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
42
42
md5CheckLocalBuildInfo proxy = md5Check proxy
43
43
#if MIN_VERSION_base(4,19,0)
44
- 0x205fbe2649bc5e488bce50c07a71cadb
44
+ 0xf18d77f7bd8b4c73d081789b76efa042
45
45
#else
46
- 0x26e91a71ebd19d4d6ce37f798ede249a
46
+ 0x6dd3f04bcaf36c8a5f617c7d0aff5962
47
47
#endif
You can’t perform that action at this time.
0 commit comments