Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Feb 27, 2012
1 parent 0744288 commit 06e4335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Portage/Dependency.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ simplify_group_table p (Just (Version v1 _ _ _)) Nothing (Just (Version v2 _


-- TODO: simplify constraints of type: >=a-v1; > a-v2 and such -- TODO: simplify constraints of type: >=a-v1; > a-v2 and such


-- o3) therwise sink: -- 3) otherwise sink:
simplify_group_table p (Just v) l@(_) e@(_) oe@(_) exact@(_) = OrLaterVersionOf v p : simplify_group_table p Nothing l e oe exact simplify_group_table p (Just v) l@(_) e@(_) oe@(_) exact@(_) = OrLaterVersionOf v p : simplify_group_table p Nothing l e oe exact
simplify_group_table p ol@(Nothing) (Just v) e@(_) oe@(_) exact@(_) = LaterVersionOf v p : simplify_group_table p ol Nothing e oe exact simplify_group_table p ol@(Nothing) (Just v) e@(_) oe@(_) exact@(_) = LaterVersionOf v p : simplify_group_table p ol Nothing e oe exact
simplify_group_table p ol@(Nothing) l@(Nothing) (Just v) oe@(_) exact@(_) = EarlierVersionOf v p : simplify_group_table p ol l Nothing oe exact simplify_group_table p ol@(Nothing) l@(Nothing) (Just v) oe@(_) exact@(_) = EarlierVersionOf v p : simplify_group_table p ol l Nothing oe exact
Expand Down

0 comments on commit 06e4335

Please sign in to comment.