diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-06-20 12:33:05 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-06-20 12:33:05 -0300 |
| commit | f0672679535e59c53ed68729bbb5a201ce507b02 (patch) | |
| tree | 839216d85c207fc4d8fc0565466899ff4a41d5b1 /gf.cabal | |
| parent | 8b05ed9469a970590e1b11cc4e83320d8b94e846 (diff) | |
| parent | 427f8d84788fc3757fb4dacda931c878bf253fa1 (diff) | |
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 55 |
1 files changed, 26 insertions, 29 deletions
@@ -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 |
