mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Update scripts to use cabal v1-... so they work on newer cabal
Fixes build failures like https://github.com/GrammaticalFramework/gf-core/runs/2949099280?check_suite_focus=true
This commit is contained in:
14
Makefile
14
Makefile
@@ -6,24 +6,24 @@ VERSION=$(shell sed -ne "s/^version: *\([0-9.]*\).*/\1/p" gf.cabal)
|
||||
all: build
|
||||
|
||||
dist/setup-config: gf.cabal Setup.hs WebSetup.hs
|
||||
cabal configure
|
||||
cabal v1-configure
|
||||
|
||||
build: dist/setup-config
|
||||
cabal build
|
||||
cabal v1-build
|
||||
|
||||
install:
|
||||
cabal copy
|
||||
cabal register
|
||||
cabal v1-copy
|
||||
cabal v1-register
|
||||
|
||||
doc:
|
||||
cabal haddock
|
||||
cabal v1-haddock
|
||||
|
||||
clean:
|
||||
cabal clean
|
||||
cabal v1-clean
|
||||
bash bin/clean_html
|
||||
|
||||
gf:
|
||||
cabal build rgl-none
|
||||
cabal v1-build rgl-none
|
||||
strip dist/build/gf/gf
|
||||
|
||||
html::
|
||||
|
||||
Reference in New Issue
Block a user