Derive Eq on DependencyMap
commitfd51f6d4628c466e2871422f0cfae150f072752d
authorJosh Leeb-du Toit <mail@joshleeb.com>
Thu, 24 Mar 2022 09:32:14 +0000 (24 20:32 +1100)
committermergify-bot <noreply@mergify.com>
Fri, 25 Mar 2022 20:50:07 +0000 (25 20:50 +0000)
tree895359012bf8a53959d0579bbfcbf0480c770295
parenta9c301c08ea5bbf7690c014ea4f1ed117ec80d03
Derive Eq on DependencyMap

This change derives the `Eq` type class on `DependencyMap` in the
`Distribution.Types` module.
Cabal-syntax/src/Distribution/Types/Dependency.hs
Cabal-syntax/src/Distribution/Types/DependencyMap.hs