Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch :
http://hackage.haskell.org/trac/ghc/changeset/bbb363881b08011195a904110dcd4faf25fc7730 >--------------------------------------------------------------- commit bbb363881b08011195a904110dcd4faf25fc7730 Author: Jens Petersen <[email protected]> Date: Sat Jan 22 13:53:39 2011 +0000 fix a comment typo of 'according' >--------------------------------------------------------------- .../Distribution/Client/Dependency/TopDown.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/Distribution/Client/Dependency/TopDown.hs b/cabal-install/Distribution/Client/Dependency/TopDown.hs index fbab018..221a3af 100644 --- a/cabal-install/Distribution/Client/Dependency/TopDown.hs +++ b/cabal-install/Distribution/Client/Dependency/TopDown.hs @@ -467,7 +467,7 @@ finaliseSelectedPackages pref selected constraints = Nothing -> \_ -> False Just ipkg -> \p -> packageId p `elem` depends ipkg -- If there is no upper bound on the version range then we apply a - -- preferred version acording to the hackage or user's suggested + -- preferred version according to the hackage or user's suggested -- version constraints. TODO: distinguish hacks from prefs bounded = boundedAbove versionRange isPreferred p _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
