diff options
Diffstat (limited to 'src/Transfer/Core/Lex.hs')
| -rw-r--r-- | src/Transfer/Core/Lex.hs | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/Transfer/Core/Lex.hs b/src/Transfer/Core/Lex.hs index dba4b522b..be1198508 100644 --- a/src/Transfer/Core/Lex.hs +++ b/src/Transfer/Core/Lex.hs @@ -1,8 +1,8 @@ {-# OPTIONS -fglasgow-exts -cpp #-} {-# LINE 3 "Transfer/Core/Lex.x" #-} +{-# OPTIONS -fno-warn-incomplete-patterns #-} module Transfer.Core.Lex where -import Transfer.ErrM #if __GLASGOW_HASKELL__ >= 603 @@ -161,18 +161,9 @@ alex_action_9 = tok (\p s -> PT p (TD $ share s)) -- ----------------------------------------------------------------------------- -- INTERNALS and main scanner engine - {-# LINE 35 "GenericTemplate.hs" #-} - - - - - - - - - +{-# LINE 45 "GenericTemplate.hs" #-} data AlexAddr = AlexA# Addr# |
