diff options
m--------- | libraries/haskeline | 0 | ||||
-rw-r--r-- | mk/warnings.mk | 13 |
2 files changed, 3 insertions, 10 deletions
diff --git a/libraries/haskeline b/libraries/haskeline -Subproject 56a17bd9b917ace9045991cddb882636c150800 +Subproject 8a017ccdd85a391fd0dfcd5310f7adbb0797023 diff --git a/mk/warnings.mk b/mk/warnings.mk index 63b705f4d7..e2b80beaea 100644 --- a/mk/warnings.mk +++ b/mk/warnings.mk @@ -55,6 +55,8 @@ 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 ifeq "$(HostOS_CPP)" "mingw32" libraries/time_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports -Wno-identities @@ -89,6 +91,7 @@ libraries/vector_dist-install_EXTRA_HC_OPTS += -Wwarn # temporarily turn off unused-imports warnings for xhtml libraries/xhtml_dist-install_EXTRA_HC_OPTS += -Wno-unused-imports +libraries/xhtml_dist-install_EXTRA_HC_OPTS += -Wno-tabs libraries/dph/dph-base_dist-install_EXTRA_HC_OPTS += -Wwarn libraries/dph/dph-prim-interface_dist-install_EXTRA_HC_OPTS += -Wwarn @@ -110,16 +113,6 @@ libraries/Win32_dist-install_EXTRA_HC_OPTS += -Wno-trustworthy-safe GhcLibExtraHcOpts += -Wno-deprecated-flags GhcBootLibExtraHcOpts += -fno-warn-deprecated-flags -# The warning suppression flag below is a temporary kludge. While working with -# modules that contain tabs, please de-tab them so this flag can be eventually -# removed. See -# http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces -# for details -# -GhcLibExtraHcOpts += -Wno-tabs -GhcBootLibExtraHcOpts += -fno-warn-tabs - - # Note [Order of warning flags] # # In distdir-way-opts, build flags are added in the following order (this |