From e0481e3b8a8b6de306cff4c0645c6d19ae443e9a Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 17 Dec 2013 13:27:37 +0000 Subject: Add backward compatibility for reading old PGF files Some backwards incompatible changes were made to the PGF file format after the release of GF 3.5. This patch adds a module for reading PGF files in the old format. This means that old PGF files on the grammaticalframework.org server will continue to work after we install the latest version of GF. --- gf.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 992d6f568..7cc7e2d28 100644 --- a/gf.cabal +++ b/gf.cabal @@ -109,6 +109,7 @@ Library PGF.Forest PGF.TrieMap PGF.VisualizeTree + PGF.OldBinary Executable gf build-depends: gf, -- cgit v1.2.3