diff options
Diffstat (limited to 'compiler/parser/Lexer.x')
-rw-r--r-- | compiler/parser/Lexer.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 7b280086ad..050a49c8c6 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -102,7 +102,7 @@ import Util ( readRational, readHexRational ) -- compiler/main import ErrUtils -import DynFlags +import GHC.Driver.Session as DynFlags -- compiler/basicTypes import SrcLoc |