Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2055c807a5f93bd3fec29e0f5715585bb5256dae

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

commit 2055c807a5f93bd3fec29e0f5715585bb5256dae
Author: Duncan Coutts <[email protected]>
Date:   Thu Sep 8 22:08:19 2011 +0000

    Change extension name to "ConstraintKinds"
    For consistency with the rest of the extensions. Requested by SPJ.

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

 cabal/Language/Haskell/Extension.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cabal/Language/Haskell/Extension.hs 
b/cabal/Language/Haskell/Extension.hs
index 832d4ba..2f12945 100644
--- a/cabal/Language/Haskell/Extension.hs
+++ b/cabal/Language/Haskell/Extension.hs
@@ -458,7 +458,7 @@ data KnownExtension =
   -- constraints to be used as types with the special kind Constraint.
   -- Also generalise the (ctxt => ty) syntax so that any type of kind
   -- Constraint can occur before the arrow.
-  | ConstraintKind
+  | ConstraintKinds
 
   deriving (Show, Read, Eq, Enum, Bounded)
 



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to