diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Canon/LexGFC.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Canon/LexGFC.hs')
| -rw-r--r-- | src/GF/Canon/LexGFC.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Canon/LexGFC.hs b/src/GF/Canon/LexGFC.hs index b181a18ec..3f6473f2e 100644 --- a/src/GF/Canon/LexGFC.hs +++ b/src/GF/Canon/LexGFC.hs @@ -1,16 +1,16 @@ {-# OPTIONS -cpp #-} {-# LINE 3 "LexGFC.x" #-} -module LexGFC where +module GF.Canon.LexGFC where -import ErrM +import GF.Data.ErrM #if __GLASGOW_HASKELL__ >= 503 import Data.Array import Data.Char (ord) import Data.Array.Base (unsafeAt) #else -import Array -import Char (ord) +import Data.Array +import Data.Char (ord) #endif alex_base :: Array Int Int alex_base = listArray (0,14) [1,57,66,0,9,29,11,32,154,362,0,277,485,211,51] |
