X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FParserCombinators%2FReadP.hs;fp=Text%2FParserCombinators%2FReadP.hs;h=ab844194140fcb303faa08548f1aa68d5100bcdf;hb=14c3d7f368a6ec5e760b2fd57218171eeaf53a29;hp=8a9cc80c4c89934cf5a9f88511ca263ecf388fb2;hpb=befea6c341289c072692ceb50ca16de3271cd43b;p=ghc-base.git diff --git a/Text/ParserCombinators/ReadP.hs b/Text/ParserCombinators/ReadP.hs index 8a9cc80..ab84419 100644 --- a/Text/ParserCombinators/ReadP.hs +++ b/Text/ParserCombinators/ReadP.hs @@ -51,7 +51,7 @@ module Text.ParserCombinators.ReadP import Control.Monad( MonadPlus(..) ) #ifdef __GLASGOW_HASKELL__ -import GHC.Show( isSpace ) +import {-# SOURCE #-} GHC.Unicode ( isSpace ) import GHC.Base #else import Data.Char( isSpace )