Skip to content

Commit

Permalink
Merge pull request #10203 from haskell/mergify/bp/3.12/pr-10197
Browse files Browse the repository at this point in the history
Fix Haddock docs for `Distribution.Types.Dependency` (backport #10197)
  • Loading branch information
mergify[bot] authored Jul 22, 2024
2 parents 4eb7434 + d598985 commit eaba803
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cabal-syntax/src/Distribution/Types/Dependency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ import qualified Text.PrettyPrint as PP
--
-- /Invariant:/ package name does not appear as 'LSubLibName' in
-- set of library names.
--
-- /Note:/ 'Dependency' is not an instance of 'Ord', and so it cannot be used
-- in 'Set' or as the key to a 'Map'. For these and similar use cases see
-- 'DependencyMap'.
data Dependency
= -- | The set of libraries required from the package.
-- Only the selected libraries will be built.
Expand Down

0 comments on commit eaba803

Please sign in to comment.