[project @ 2005-03-15 17:19:09 by ross]
[ghc-base.git] / 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