Skip to content

Commit

Permalink
fixup! Add MHS as a recognized compiler. (#9878)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekosaur committed Jun 15, 2024
1 parent 243a69e commit f0c3075
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,21 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
md5CheckGenericPackageDescription :: Proxy GenericPackageDescription -> Assertion
md5CheckGenericPackageDescription proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
<<<<<<< HEAD
0x7559521b9eb2e2fa4a608a86c629dc17
#else
0xa78ea118e2e29b5809d359c9431df3ba
=======
-- 0x7559521b9eb2e2fa4a608a86c629dc17
-- #else
-- 0xa78ea118e2e29b5809d359c9431df3ba
0x44f8430d7366cf849e09669627573040
#else
0x8ed837568017bde3abb4fcee244b9c9f
>>>>>>> 3169b879c (Add MHS as a recognized compiler. (#9878))
#endif

md5CheckLocalBuildInfo :: Proxy LocalBuildInfo -> Assertion
md5CheckLocalBuildInfo proxy = md5Check proxy
#if MIN_VERSION_base(4,19,0)
<<<<<<< HEAD
0x8a8e81b52a34b8610acdcd0b9d488940
#else
0xb53fbd58281a6f329f7b659d91fcd86e
=======
-- 0x8a8e81b52a34b8610acdcd0b9d488940
-- #else
-- 0xb53fbd58281a6f329f7b659d91fcd86e
0xdff58fe5e7f9568c67cd982eaba7edc2
#else
0x4e50a4a95779b862edde3d6696797251
>>>>>>> 3169b879c (Add MHS as a recognized compiler. (#9878))
#endif

0 comments on commit f0c3075

Please sign in to comment.