[commit: packages/Cabal] ghc-head: Typo. (024fea0)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:30:11 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=024fea01f9070e6f82a1e2732dc65f5736c644f7

>---------------------------------------------------------------

commit 024fea01f9070e6f82a1e2732dc65f5736c644f7
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Tue Aug 20 03:35:45 2013 +0200

    Typo.


>---------------------------------------------------------------

024fea01f9070e6f82a1e2732dc65f5736c644f7
 Cabal/Distribution/PackageDescription/Configuration.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/Distribution/PackageDescription/Configuration.hs b/Cabal/Distribution/PackageDescription/Configuration.hs
index 7ee6273..9dec178 100644
--- a/Cabal/Distribution/PackageDescription/Configuration.hs
+++ b/Cabal/Distribution/PackageDescription/Configuration.hs
@@ -212,7 +212,7 @@ instance Monoid d => Monoid (DepTestRslt d) where
 data BT a = BTN a | BTB (BT a) (BT a)  -- very simple binary tree
 
 
--- | Try to find a flag assignment that satisfies the constaints of all trees.
+-- | Try to find a flag assignment that satisfies the constraints of all trees.
 --
 -- Returns either the missing dependencies, or a tuple containing the
 -- resulting data, the associated dependencies, and the chosen flag





More information about the ghc-commits mailing list