GHC new build system megapatch
[ghc-hetmet.git] / utils / genprimopcode / ParserM.hs
index d70947b..edc300d 100644 (file)
@@ -18,8 +18,6 @@ module ParserM (
     happyError
  ) where
 
-import Syntax
-
 -- Parser Monad
 newtype ParserM a = ParserM (AlexInput -> St -> Either String (AlexInput, St, a))