Skip to content

Commit 9a3e339

Browse files
committed
Fix incorrect comment
1 parent 7995ea2 commit 9a3e339

File tree

1 file changed

+1
-5
lines changed
  • cabal-install/Distribution/Client/Dependency/Modular

1 file changed

+1
-5
lines changed

cabal-install/Distribution/Client/Dependency/Modular/Dependency.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,7 @@ type RevDepMap = Map QPN [(Component, QPN)]
308308
data Goal qpn = Goal (Var qpn) (GoalReason qpn)
309309
deriving (Eq, Show, Functor)
310310

311-
-- | Reasons why a goal is being added to a goal set.
312-
--
313-
-- Empty list means user goal.
314-
-- More than one element means that the combination of the goals is responsible.
315-
--
311+
-- | Reason why a goal is being added to a goal set.
316312
data GoalReason qpn =
317313
UserGoal
318314
| Unknown -- TODO: is this really needed?

0 commit comments

Comments
 (0)