Skip to content

Commit c1acef9

Browse files
authored
Merge pull request #1384 from agda/issue-1383
[ fixed #1383 ] Removed v1-commands.
2 parents 0e3577e + 8d5c530 commit c1acef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test: Everything.agda check-whitespace
1313
$(AGDA) -i. -isrc README.agda
1414

1515
check-whitespace:
16-
cabal v1-exec -- fix-whitespace --check
16+
cabal exec -- fix-whitespace --check
1717

1818
setup: Everything.agda
1919

@@ -23,8 +23,8 @@ Everything.agda:
2323
# command `cabal install` is needed by cabal-install <= 2.4.*. I did
2424
# not found any problem running both commands with different versions
2525
# of cabal-install. See Issue #1001.
26-
cabal v1-clean && cabal v1-build && cabal v1-install
27-
cabal v1-exec -- GenerateEverything
26+
cabal clean && cabal build && cabal install
27+
cabal exec -- GenerateEverything
2828

2929
.PHONY: listings
3030
listings: Everything.agda

0 commit comments

Comments
 (0)