[commit: packages/Cabal] ghc-head: Typos. (e142957)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:24:40 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=e142957566360805608f9426986c9a079d62a94a
>---------------------------------------------------------------
commit e142957566360805608f9426986c9a079d62a94a
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Mon May 6 03:13:08 2013 +0200
Typos.
>---------------------------------------------------------------
e142957566360805608f9426986c9a079d62a94a
cabal-install/Distribution/Client/Dependency/Types.hs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cabal-install/Distribution/Client/Dependency/Types.hs b/cabal-install/Distribution/Client/Dependency/Types.hs
index 61e36cb..a2577a7 100644
--- a/cabal-install/Distribution/Client/Dependency/Types.hs
+++ b/cabal-install/Distribution/Client/Dependency/Types.hs
@@ -138,7 +138,7 @@ data PackageConstraint
--
data PackagePreferences = PackagePreferences VersionRange InstalledPreference
--- | Wether we prefer an installed version of a package or simply the latest
+-- | Whether we prefer an installed version of a package or simply the latest
-- version.
--
data InstalledPreference = PreferInstalled | PreferLatest
@@ -175,8 +175,8 @@ data Progress step fail done = Step step (Progress step fail done)
| Fail fail
| Done done
--- | Consume a 'Progres' calculation. Much like 'foldr' for lists but with
--- two base cases, one for a final result and one for failure.
+-- | Consume a 'Progress' calculation. Much like 'foldr' for lists but with two
+-- base cases, one for a final result and one for failure.
--
-- Eg to convert into a simple 'Either' result use:
--
More information about the ghc-commits
mailing list