Skip to content

Commit

Permalink
turn of haddock warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Feb 28, 2012
1 parent 6677eba commit b40f7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ clean:
rm -rf dist $(STAMPFILE)

docs:
@(set -o pipefail; $(CABAL) haddock --hyperlink-source 2>&1 | $(SIMPLIFY))
@(set -o pipefail; $(CABAL) haddock --haddock-option=--no-warnings --hyperlink-source 2>&1 | $(SIMPLIFY))

release: clean install sdist docs hlint test
@echo "*** SBV is ready for release!"
Expand Down

0 comments on commit b40f7b3

Please sign in to comment.