summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-07 18:05:13 +0000
committeraarne <aarne@chalmers.se>2010-12-07 18:05:13 +0000
commitdd6e0b17307475a614b3d36d7f0f0816968bfa40 (patch)
treefb7c8801e043e3faeab20f693ae7f049415cbb2c /gf.cabal
parent978e2e4241c02ef015e7cca274bebb0a19966191 (diff)
moved PGF.ToApi to GF.Compile.ToAPI
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 0a6952e4c..23f4c5279 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -47,7 +47,6 @@ library
PGF.Forest
PGF.Optimize
PGF.Signature
- PGF.ToAPI
GF.Data.TrieMap
GF.Data.Utilities
GF.Data.SortedList
@@ -124,6 +123,7 @@ executable gf
GF.Compile.Rename
GF.Compile.ReadFiles
GF.Compile.GrammarToPGF
+ GF.Compile.ToAPI
GF.Compile.TypeCheck.Abstract
GF.Compile.TypeCheck.Concrete
GF.Compile.TypeCheck.TC