[commit: Cabal] master: Change extension name to "ConstraintKinds" (2055c80)
Max Bolingbroke
batterseapower at hotmail.com
Fri Sep 9 15:48:58 CEST 2011
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 <duncan at community.haskell.org>
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)
More information about the Cvs-libraries
mailing list