summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Parse.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-11 13:18:09 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-11 13:18:09 +0000
commit65cec04ac2ad475b6f9b7b78d88be905bf9ec953 (patch)
treed64c146e85be83452e9872d885029a9d78516716 /src-3.0/GF/Command/Parse.hs
parenta61954fd117199ff2110fa584119baafeb6decc3 (diff)
restored the read_file command ; filename must be in quotes (to be fixed?)
Diffstat (limited to 'src-3.0/GF/Command/Parse.hs')
-rw-r--r--src-3.0/GF/Command/Parse.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-3.0/GF/Command/Parse.hs b/src-3.0/GF/Command/Parse.hs
index 0cf7adec5..34988632d 100644
--- a/src-3.0/GF/Command/Parse.hs
+++ b/src-3.0/GF/Command/Parse.hs
@@ -1,6 +1,7 @@
module GF.Command.Parse(readCommandLine, pCommand) where
import PGF.ExprSyntax
+import PGF.Data(Exp)
import GF.Command.Abstract
import Data.Char