[commit: ghc] master: Silence unused-import warning introduced by 93d85af9fec968b (dd920e4)
git at git.haskell.org
git at git.haskell.org
Sun Apr 17 16:37:43 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dd920e43b887bf5288ec364fd416f5e593c693e6/ghc
>---------------------------------------------------------------
commit dd920e43b887bf5288ec364fd416f5e593c693e6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Apr 17 18:39:36 2016 +0200
Silence unused-import warning introduced by 93d85af9fec968b
>---------------------------------------------------------------
dd920e43b887bf5288ec364fd416f5e593c693e6
mk/warnings.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/mk/warnings.mk b/mk/warnings.mk
index 63388fb..c9b2925 100644
--- a/mk/warnings.mk
+++ b/mk/warnings.mk
@@ -50,6 +50,7 @@ libraries/bytestring_dist-install_EXTRA_HC_OPTS += -Wno-inline-rule-shadowing
# Turn off import warnings for bad unused imports
utils/haddock_dist_EXTRA_HC_OPTS += -Wno-unused-imports
libraries/vector_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports
+libraries/directory_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports
# haddock's attoparsec uses deprecated `inlinePerformIO`
utils/haddock_dist_EXTRA_HC_OPTS += -Wno-deprecations
More information about the ghc-commits
mailing list