X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FChar.hs;h=28006843f7feecfee74271b47ed1989b749f6fae;hb=8fae8163976b1d4b3db7d259b067fa4d5fdcc907;hp=e7d7b729e827768df4acb5ff71a764d289fa1503;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=haskell-directory.git diff --git a/Data/Char.hs b/Data/Char.hs index e7d7b72..2800684 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Char -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional @@ -45,6 +45,11 @@ import GHC.Read (readLitChar, lexLitChar) #endif #ifdef __HUGS__ -isLatin1 c = True +import Hugs.Char #endif +#ifdef __NHC__ +import Prelude +import Prelude(Char,String) +import Char +#endif