summaryrefslogtreecommitdiff
path: root/src/Transfer/Syntax/Lex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Transfer/Syntax/Lex.hs')
-rw-r--r--src/Transfer/Syntax/Lex.hs13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/Transfer/Syntax/Lex.hs b/src/Transfer/Syntax/Lex.hs
index c04d319ea..83c9e1a12 100644
--- a/src/Transfer/Syntax/Lex.hs
+++ b/src/Transfer/Syntax/Lex.hs
@@ -1,8 +1,8 @@
{-# OPTIONS -fglasgow-exts -cpp #-}
{-# LINE 3 "Transfer/Syntax/Lex.x" #-}
+{-# OPTIONS -fno-warn-incomplete-patterns #-}
module Transfer.Syntax.Lex where
-import Transfer.ErrM
#if __GLASGOW_HASKELL__ >= 603
@@ -155,18 +155,9 @@ alex_action_7 = 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#