Remove editor mode files from Haskell package (in gf.cabal)

This commit is contained in:
John J. Camilleri
2018-06-13 10:18:25 +02:00
parent 4ca52bf763
commit f0c5d53e78

View File

@@ -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 tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2
data-dir: src data-dir: src
data-files: tools/gf.el data-files:
tools/gf.lang www/*.html
tools/dark-filetypes.GF.conf www/*.css
tools/light-filetypes.GF.conf www/P/*.png
www/*.html www/gfse/*.html
www/*.css www/gfse/*.css
www/P/*.png www/gfse/*.js
www/gfse/*.html www/gfse/P/*.png
www/gfse/*.css www/gfse/P/*.jpg
www/gfse/*.js www/js/*.js
www/gfse/P/*.png www/minibar/*.html
www/gfse/P/*.jpg www/minibar/*.css
www/js/*.js www/minibar/*.js
www/minibar/*.html www/minibar/*.png
www/minibar/*.css www/syntax-editor/*.html
www/minibar/*.js www/syntax-editor/*.css
www/minibar/*.png www/syntax-editor/*.js
www/syntax-editor/*.html www/TransQuiz/*.html
www/syntax-editor/*.css www/TransQuiz/*.css
www/syntax-editor/*.js www/TransQuiz/*.js
www/TransQuiz/*.html www/TransQuiz/*.png
www/TransQuiz/*.css www/translator/*.html
www/TransQuiz/*.js www/translator/*.css
www/TransQuiz/*.png www/translator/*.js
www/translator/*.html
www/translator/*.css
www/translator/*.js
--source-repository head --source-repository head
-- type: darcs -- type: darcs
@@ -104,9 +101,9 @@ Library
--if impl(ghc>=7.8) --if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS -- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto ghc-prof-options: -fprof-auto
extensions: extensions:
exposed-modules: exposed-modules:
PGF PGF
PGF.Internal PGF.Internal
PGF.Haskell PGF.Haskell