Revision 86aa9ba3 Makefile.am

b/Makefile.am
1594 1594
	if tty -s; then C="-c"; else C=""; fi; \
1595 1595
	$(HLINT) --utf8 --report=doc/hs-lint.html --cross $$C \
1596 1596
	  --ignore "Use first" \
1597
	  --ignore "Use comparing" \
1598
	  --ignore "Use on" \
1599
	  --ignore "Reduce duplication" \
1600 1597
	  --ignore "Use &&&" \
1601 1598
	  --ignore "Use void" \
1599
	  --ignore "Reduce duplication" \
1602 1600
	  --hint htools/lint-hints \
1603 1601
	  $(filter-out $(HLINT_EXCLUDES),$(HS_LIBTEST_SRCS) $(HS_PROG_SRCS))
1604 1602

  

Also available in: Unified diff