[project @ 2005-03-15 17:19:09 by ross]
authorross <unknown>
Tue, 15 Mar 2005 17:19:09 +0000 (17:19 +0000)
committerross <unknown>
Tue, 15 Mar 2005 17:19:09 +0000 (17:19 +0000)
Nhc: export the new names

Data/Char.hs

index 546edfa..c59ec00 100644 (file)
@@ -27,11 +27,9 @@ module Data.Char
     , isLower, isUpper,  isAlpha,   isAlphaNum, isPrint
     , isDigit, isOctDigit, isHexDigit
     , isAsciiUpper, isAsciiLower
-#ifndef __NHC__
     , isLetter, isMark, isNumber, isPunctuation, isSymbol, isSeparator
 
     , GeneralCategory(..), generalCategory
-#endif
 
     -- * Case conversion
     , toUpper, toLower, toTitle  -- :: Char -> Char