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/?a=commitdiff_plain;ds=sidebyside;h=521a4e011066a6bad5923f15468505825632f112;hp=ecc60710f04cce34c121af1a17416c7140d364f2;p=ghc-hetmet.git 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