Make the alternative layout rule cope with file pragmas
[ghc-hetmet.git] / compiler / parser / RdrHsSyn.lhs
index 5b7269a..9af7e2f 100644 (file)
@@ -73,7 +73,7 @@ import Maybes
 import Control.Applicative ((<$>))       
 import Text.ParserCombinators.ReadP as ReadP
 import Data.List        ( nubBy )
-import Data.Char        ( isAscii, isAlphaNum, isAlpha )
+import Data.Char
 
 #include "HsVersions.h"
 \end{code}