Skip to content

Commit

Permalink
Typo dependend
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 2, 2024
1 parent d26694f commit 3fea3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/PackageDescription/Check/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ partitionDeps ads ns ds = do
-- for important dependencies like base).
checkPVP
:: Monad m
=> (String -> PackageCheck) -- Warn message dependend on name
=> (String -> PackageCheck) -- Warn message depends on name
-- (e.g. "base", "Cabal").
-> [Dependency]
-> CheckM m ()
Expand Down

0 comments on commit 3fea3db

Please sign in to comment.