summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-20 10:26:54 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-20 10:31:56 +0100
commitbcc213db535bbf796f6a520f67145ba4715add61 (patch)
treeda4decd3f725dd46580a3ebe1748a1bf94a45d2e /mk
parent34eaf2b8d699c49ba367f26840052c8c9aa031b1 (diff)
downloadhaskell-bcc213db535bbf796f6a520f67145ba4715add61.tar.gz
Update time submodule to v1.6 release
This is the designated release to go with GHC 8.0.1 /cc @AshleyYakeley
Diffstat (limited to 'mk')
-rw-r--r--mk/warnings.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/warnings.mk b/mk/warnings.mk
index e2b80beaea..4420601d04 100644
--- a/mk/warnings.mk
+++ b/mk/warnings.mk
@@ -55,9 +55,7 @@ libraries/vector_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports
# haddock's attoparsec uses deprecated `inlinePerformIO`
utils/haddock_dist_EXTRA_HC_OPTS += -Wno-deprecations
-# not yet de-tabbed
-libraries/time_dist-install_EXTRA_HC_OPTS += -Wno-tabs
-# On Windows, there are also some unused import warnings
+# On Windows, there are/were some unused import warnings
ifeq "$(HostOS_CPP)" "mingw32"
libraries/time_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports -Wno-identities
endif