summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-06-13 10:18:25 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-06-13 10:18:25 +0200
commitf0c5d53e78cf998dbe0b4b25cb0b3dfccb65f54b (patch)
tree7ba65416d3a878f6bd059032ef62dea76c936bcb /gf.cabal
parent4ca52bf7634f4df17207eeb3216e02c88558dfd5 (diff)
Remove editor mode files from Haskell package (in gf.cabal)
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal55
1 files changed, 26 insertions, 29 deletions
diff --git a/gf.cabal b/gf.cabal
index 540a54197..54661ea13 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -14,33 +14,30 @@ maintainer: Thomas Hallgren
tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2
data-dir: src
-data-files: tools/gf.el
- tools/gf.lang
- tools/dark-filetypes.GF.conf
- tools/light-filetypes.GF.conf
- www/*.html
- www/*.css
- www/P/*.png
- www/gfse/*.html
- www/gfse/*.css
- www/gfse/*.js
- www/gfse/P/*.png
- www/gfse/P/*.jpg
- www/js/*.js
- www/minibar/*.html
- www/minibar/*.css
- www/minibar/*.js
- www/minibar/*.png
- www/syntax-editor/*.html
- www/syntax-editor/*.css
- www/syntax-editor/*.js
- www/TransQuiz/*.html
- www/TransQuiz/*.css
- www/TransQuiz/*.js
- www/TransQuiz/*.png
- www/translator/*.html
- www/translator/*.css
- www/translator/*.js
+data-files:
+ www/*.html
+ www/*.css
+ www/P/*.png
+ www/gfse/*.html
+ www/gfse/*.css
+ www/gfse/*.js
+ www/gfse/P/*.png
+ www/gfse/P/*.jpg
+ www/js/*.js
+ www/minibar/*.html
+ www/minibar/*.css
+ www/minibar/*.js
+ www/minibar/*.png
+ www/syntax-editor/*.html
+ www/syntax-editor/*.css
+ www/syntax-editor/*.js
+ www/TransQuiz/*.html
+ www/TransQuiz/*.css
+ www/TransQuiz/*.js
+ www/TransQuiz/*.png
+ www/translator/*.html
+ www/translator/*.css
+ www/translator/*.js
--source-repository head
-- type: darcs
@@ -104,9 +101,9 @@ Library
--if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto
- extensions:
+ extensions:
- exposed-modules:
+ exposed-modules:
PGF
PGF.Internal
PGF.Haskell