diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-03-19 11:22:09 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-03-19 11:22:09 +0100 |
| commit | 2f2b39c5d23cc2e5ecf2909a67c21c0a361ef090 (patch) | |
| tree | 7078eb36aebc12b866f3ffee9d96aefe1fb74af2 /gf.cabal | |
| parent | f3d7d55752b5edce489f6f31c6001bc1c754150e (diff) | |
| parent | 2979864752d4f6c80089716f3e52db95785f3e37 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ name: gf -version: 3.10 +version: 3.10.3-git cabal-version: >= 1.22 build-type: Custom @@ -151,6 +151,7 @@ Library GF.Support GF.Text.Pretty GF.Text.Lexing + GF.Grammar.Canonical other-modules: GF.Main GF.Compiler GF.Interactive @@ -189,8 +190,7 @@ Library GF.Compile.PGFtoJava GF.Haskell GF.Compile.ConcreteToHaskell - GF.Compile.ConcreteToCanonical - GF.Grammar.Canonical + GF.Compile.GrammarToCanonical GF.Grammar.CanonicalJSON GF.Compile.PGFtoJS GF.Compile.PGFtoProlog |
