We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7995ea2 commit 9a3e339Copy full SHA for 9a3e339
cabal-install/Distribution/Client/Dependency/Modular/Dependency.hs
@@ -308,11 +308,7 @@ type RevDepMap = Map QPN [(Component, QPN)]
308
data Goal qpn = Goal (Var qpn) (GoalReason qpn)
309
deriving (Eq, Show, Functor)
310
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
+-- | Reason why a goal is being added to a goal set.
316
data GoalReason qpn =
317
UserGoal
318
| Unknown -- TODO: is this really needed?
0 commit comments