From: PHO Date: Mon, 3 Oct 2011 13:06:28 +0000 (+0900) Subject: "make lint" should run hlint with --cross X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=cabal-shared-makefile.git;a=commitdiff_plain;h=d013e0453f3d5fd9343e3c9bad9550f760c64b35 "make lint" should run hlint with --cross --- diff --git a/cabal-package.mk b/cabal-package.mk index 572e5b6..50589e0 100644 --- a/cabal-package.mk +++ b/cabal-package.mk @@ -110,7 +110,7 @@ fixme: || echo 'No FIXME or THINKME found.' lint: - $(HLINT) . --report + $(HLINT) . --cross --report push: push-repo push-ditz push-doc