summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-03-07 17:41:16 +0100
committerThomas Hallgren <th-github@altocumulus.org>2019-03-07 17:41:16 +0100
commit5b401f3880f68828272dccfb3787cc3b3abd4cc3 (patch)
treeacfb27e1a29605946fd7e242c20335b23814da1b /gf.cabal
parentb783299b73b5c8a8229a45a830cf9b6be0be4f8c (diff)
Expose GF.Grammar.Canonical + some refactoring
to make it available in other tools by depending on the gf package and importing it
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 fb4acef69..f350b2ca1 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -151,6 +151,7 @@ Library
GF.Support
GF.Text.Pretty
GF.Text.Lexing
+ GF.Grammar.Canonical
other-modules:
GF.Main GF.Compiler GF.Interactive
@@ -190,7 +191,6 @@ Library
GF.Haskell
GF.Compile.ConcreteToHaskell
GF.Compile.GrammarToCanonical
- GF.Grammar.Canonical
GF.Grammar.CanonicalJSON
GF.Compile.PGFtoJS
GF.Compile.PGFtoProlog