From 69e314eedceac87afe4fa2437327d84e24167974 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 15 Dec 2014 15:16:50 +0000 Subject: [PATCH] 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 --- gf.cabal | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gf.cabal b/gf.cabal index 351842ac1..177107a58 100644 --- a/gf.cabal +++ b/gf.cabal @@ -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