mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Cleanup in Setup.hs; include custom-setup:setup-depends in cabal file.
This commit is contained in:
10
gf.cabal
10
gf.cabal
@@ -1,7 +1,7 @@
|
||||
name: gf
|
||||
version: 3.9-git
|
||||
|
||||
cabal-version: >= 1.20
|
||||
cabal-version: >= 1.24
|
||||
build-type: Custom
|
||||
license: OtherLicense
|
||||
license-file: LICENSE
|
||||
@@ -39,6 +39,14 @@ data-files:
|
||||
www/translator/*.css
|
||||
www/translator/*.js
|
||||
|
||||
custom-setup
|
||||
setup-depends:
|
||||
base,
|
||||
Cabal >=1.4.0.0,
|
||||
directory >=1.2.5.0,
|
||||
filepath,
|
||||
process >=1.0.1.1
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/GrammaticalFramework/GF.git
|
||||
|
||||
Reference in New Issue
Block a user