We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e3577e + 8d5c530 commit c1acef9Copy full SHA for c1acef9
GNUmakefile
@@ -13,7 +13,7 @@ test: Everything.agda check-whitespace
13
$(AGDA) -i. -isrc README.agda
14
15
check-whitespace:
16
- cabal v1-exec -- fix-whitespace --check
+ cabal exec -- fix-whitespace --check
17
18
setup: Everything.agda
19
@@ -23,8 +23,8 @@ Everything.agda:
23
# command `cabal install` is needed by cabal-install <= 2.4.*. I did
24
# not found any problem running both commands with different versions
25
# of cabal-install. See Issue #1001.
26
- cabal v1-clean && cabal v1-build && cabal v1-install
27
- cabal v1-exec -- GenerateEverything
+ cabal clean && cabal build && cabal install
+ cabal exec -- GenerateEverything
28
29
.PHONY: listings
30
listings: Everything.agda
0 commit comments