From: Ian Lynagh Date: Sat, 10 Jul 2010 14:46:35 +0000 (+0000) Subject: xhtml is now warning-free X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=521a4e011066a6bad5923f15468505825632f112 xhtml is now warning-free --- diff --git a/ghc.mk b/ghc.mk index a9ad5ea..1c41a4a 100644 --- a/ghc.mk +++ b/ghc.mk @@ -656,9 +656,6 @@ $(foreach pkg,$(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-install_HC_OPTS += libraries/binary_dist-install_HC_OPTS += -Wwarn libraries/binary_dist-boot_HC_OPTS += -Wwarn -# XXX hack: xhtml has warnings -libraries/xhtml_dist-install_HC_OPTS += -Wwarn - # XXX hack: haskeline has warnings about deprecated use of block/unblock libraries/haskeline_dist-install_HC_OPTS += -Wwarn