Skip to content

Commit c12568c

Browse files
authored
GNUmakefile: remove comment outdated after #1435
PR #1435 changed to `cabal run`, dropping previous cabal invocations the comment referred to. Removing comment, as it is confusing in its present form.
1 parent 95270b7 commit c12568c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

GNUmakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ setup: Everything.agda
2121

2222
.PHONY: Everything.agda
2323
Everything.agda:
24-
# The command `cabal build` is needed by cabal-install 3.0.0.0 and the
25-
# command `cabal install` is needed by cabal-install <= 2.4.*. I did
26-
# not found any problem running both commands with different versions
27-
# of cabal-install. See Issue #1001.
2824
cabal run GenerateEverything
2925

3026
.PHONY: listings

0 commit comments

Comments
 (0)