mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Remove editor mode files from Haskell package (in gf.cabal)
This commit is contained in:
55
gf.cabal
55
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user