File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Cabal-tests/tests/UnitTests/Distribution/Utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
3333md5CheckGenericPackageDescription :: Proxy GenericPackageDescription -> Assertion
3434md5CheckGenericPackageDescription proxy = md5Check proxy
3535#if MIN_VERSION_base(4,19,0)
36- 0x4acd7857947385180d814f36dc1a759e
36+ 0x44f8430d7366cf849e09669627573040
3737#else
3838 0x8ed837568017bde3abb4fcee244b9c9f
3939#endif
4040
4141md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
4242md5CheckLocalBuildInfo proxy = md5Check proxy
4343#if MIN_VERSION_base(4,19,0)
44- 0x552eca9ce2e4a34e74deff571f279fc4
44+ 0xdff58fe5e7f9568c67cd982eaba7edc2
4545#else
4646 0x4e50a4a95779b862edde3d6696797251
4747#endif
You can’t perform that action at this time.
0 commit comments