diff options
| author | hallgren <hallgren@chalmers.se> | 2014-12-15 15:16:50 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-12-15 15:16:50 +0000 |
| commit | 9235f49ab3eaac1c3336d8d26afa5f9a12d6d2c8 (patch) | |
| tree | bacb8b0bb04c84716a6ff3d53be44ba709624ad3 | |
| parent | 02df25d4b65691033f45c69c3f2a53442a1463ff (diff) | |
gf.cabal: include editor modes in the list of data files to install
Also add ghc-7.8.3 to the list of tested compiler versions
| -rw-r--r-- | gf.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -11,10 +11,14 @@ description: GF, Grammatical Framework, is a programming language for multilingu homepage: http://www.grammaticalframework.org/ bug-reports: http://code.google.com/p/grammatical-framework/issues/list maintainer: Thomas Hallgren -tested-with: GHC==7.4.2, GHC==7.6.3 +tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3 data-dir: src -data-files: www/*.html +data-files: tools/gf.el + tools/gf.lang + tools/dark-filetypes.GF.conf + tools/light-filetypes.GF.conf + www/*.html www/P/*.png www/gfse/*.html www/gfse/*.css |
