devel: check command does not have v1- prefix.

This commit is contained in:
Kei Hibino 2021-07-20 17:32:22 +09:00
parent daa08d443b
commit 3bad3ad72c

View File

@ -47,7 +47,7 @@ haddock:
cabal $(v1)haddock $(haddock_opt)
check:
cabal $(v1)check
cabal check
info:
@echo v1prefix=$(v1)