Fix the build
authorIan Lynagh <igloo@earth.li>
Fri, 6 Nov 2009 20:49:27 +0000 (20:49 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 6 Nov 2009 20:49:27 +0000 (20:49 +0000)
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}