From: Ian Lynagh Date: Wed, 11 Apr 2007 21:38:33 +0000 (+0000) Subject: Remove redundant import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=045dd8b9f7a7cc08704956366aa32c0f6bcf459e Remove redundant import --- diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x index 19b0f66..8d0c3e9 100644 --- a/utils/genprimopcode/Lexer.x +++ b/utils/genprimopcode/Lexer.x @@ -2,7 +2,6 @@ { module Lexer (lex_tok) where -import Control.Monad.State (StateT, get) import ParserM (ParserM (..), mkT, mkTv, Token(..), St, start_code, StartCode, Action, set_start_code, inc_brace_depth, dec_brace_depth,