summaryrefslogtreecommitdiff
path: root/src/GF/Compile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-02-08 10:18:00 +0000
committeraarne <aarne@cs.chalmers.se>2006-02-08 10:18:00 +0000
commit98b24d0e33e2cb90244773f8ad7d3c4f3f73ecd0 (patch)
tree362fc849521607bb1bb5761b50f3f17ec317ae26 /src/GF/Compile
parent85910ef7766d70e9bb0674eb9f29ae4b05f98267 (diff)
command tb for creating treebanks
Diffstat (limited to 'src/GF/Compile')
-rw-r--r--src/GF/Compile/ShellState.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/ShellState.hs b/src/GF/Compile/ShellState.hs
index 1c1d8556e..6c281a926 100644
--- a/src/GF/Compile/ShellState.hs
+++ b/src/GF/Compile/ShellState.hs
@@ -405,7 +405,7 @@ allActiveGrammars :: ShellState -> [StateGrammar]
globalOptions = gloptions
--allLanguages = map (fst . fst) . concretes
-allLanguages = M.allConcreteModules . canModules
+allLanguages = map (snd . fst) . actualConcretes
allTransfers = map fst . transfers
allCategories = map fst . allCatsOf . canModules