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/PrintGFC.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Canon/PrintGFC.hs')
| -rw-r--r-- | src/GF/Canon/PrintGFC.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Canon/PrintGFC.hs b/src/GF/Canon/PrintGFC.hs index 87b4bea31..e2c5c44a4 100644 --- a/src/GF/Canon/PrintGFC.hs +++ b/src/GF/Canon/PrintGFC.hs @@ -1,11 +1,11 @@ -module PrintGFC where +module GF.Canon.PrintGFC where -- pretty-printer generated by the BNF converter, except handhacked spacing --H -import Ident --H -import AbsGFC -import Char +import GF.Infra.Ident --H +import GF.Canon.AbsGFC +import Data.Char -- the top-level printing method printTree :: Print a => a -> String |
