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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6a92ed74f46411109478e4d20d4add6254879092

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

commit 6a92ed74f46411109478e4d20d4add6254879092
Author: Simon Marlow <[email protected]>
Date:   Wed Nov 9 09:41:11 2011 +0000

    fix typo

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

 Data/Typeable/Internal.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Data/Typeable/Internal.hs b/Data/Typeable/Internal.hs
index 86c62bc..b5916e1 100644
--- a/Data/Typeable/Internal.hs
+++ b/Data/Typeable/Internal.hs
@@ -186,7 +186,7 @@ typeRepArgs :: TypeRep -> [TypeRep]
 typeRepArgs (TypeRep _ _ args) = args
 
 -- | Observe string encoding of a type representation
-{-# DEPRECATED tyConString "renamed to tyConName; tyConMdoule and tyConPackage 
are also available." #-}
+{-# DEPRECATED tyConString "renamed to tyConName; tyConModule and tyConPackage 
are also available." #-}
 tyConString :: TyCon   -> String
 tyConString = tyConName
 



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

Reply via email to