summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal70
1 files changed, 35 insertions, 35 deletions
diff --git a/gf.cabal b/gf.cabal
index 540a54197..03ea80eb5 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -1,7 +1,7 @@
name: gf
version: 3.9-git
-cabal-version: >= 1.20
+cabal-version: >= 1.22
build-type: Custom
license: OtherLicense
license-file: LICENSE
@@ -14,37 +14,38 @@ 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
-
---source-repository head
--- type: darcs
--- location: http://www.grammaticalframework.org/
+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
+
+custom-setup
+ setup-depends:
+ base,
+ Cabal >=1.4.0.0,
+ directory,
+ filepath,
+ process >=1.0.1.1
source-repository head
type: git
@@ -104,9 +105,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
@@ -165,7 +166,6 @@ Library
GF.Data.Operations GF.Infra.Option GF.Infra.UseIO
- DarcsVersion_gf
GF.Command.Abstract
GF.Command.CommandInfo
GF.Command.Commands