From 046ee54f048ddd721dcee41916d6a6f68db3b15b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 11 Oct 2006 14:35:23 +0000 Subject: Module header tidyup #2 Push this further along, and fix build problems in the first patch. --- compiler/parser/Parser.y.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/parser/Parser.y.pp') diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp index 7166e1e70b..0209ec8f67 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -42,10 +42,10 @@ import HaddockUtils import FastString import Maybes ( orElse ) -import Monad ( when ) import Outputable -import GLAEXTS +import Control.Monad ( when ) +import GHC.Exts import Data.Char import Control.Monad ( mplus ) } -- cgit v1.2.1