diff options
| author | krasimir <krasimir@chalmers.se> | 2008-10-19 16:38:56 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-10-19 16:38:56 +0000 |
| commit | 9837fb8fb17be9ecf5d90f3fb5a97ec6389f9eef (patch) | |
| tree | 72f9ac01d47b5ae6e690331040385bcf59ed37c0 /src/GF/Command/Commands.hs | |
| parent | a6c4747b112a3399ee3b7222766c266e4d34fa0a (diff) | |
move PGF.Quiz to GF.Quiz. It is not part of the PGF API
Diffstat (limited to 'src/GF/Command/Commands.hs')
| -rw-r--r-- | src/GF/Command/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs index 57303f53f..e9a2819ba 100644 --- a/src/GF/Command/Commands.hs +++ b/src/GF/Command/Commands.hs @@ -15,7 +15,6 @@ import PGF.ShowLinearize import PGF.Macros import PGF.Data ---- import PGF.Morphology -import PGF.Quiz import PGF.VisualizeTree import GF.Compile.Export import GF.Infra.Option (noOptions) @@ -26,6 +25,7 @@ import GF.Command.Abstract import GF.Command.Messages import GF.Text.Lexing import GF.Text.Transliterations +import GF.Quiz import GF.Command.TreeOperations ---- temporary place for typecheck and compute |
