summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hadrian/src/Settings/Warnings.hs3
m---------libraries/hpc0
m---------libraries/xhtml0
3 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Warnings.hs b/hadrian/src/Settings/Warnings.hs
index fdbf253440..c581f33f38 100644
--- a/hadrian/src/Settings/Warnings.hs
+++ b/hadrian/src/Settings/Warnings.hs
@@ -37,7 +37,8 @@ ghcWarningsArgs = do
]
, package ghcPrim ? pure [ "-Wno-trustworthy-safe" ]
, package haddock ? pure [ "-Wno-unused-imports"
- , "-Wno-deprecations" ]
+ , "-Wno-deprecations"
+ , "-Wno-x-partial" ]
, package haskeline ? pure [ "-Wno-deprecations"
, "-Wno-x-partial"
, "-Wno-unused-imports"
diff --git a/libraries/hpc b/libraries/hpc
-Subproject 767f476a5aa19260c8297ce40134f56d6f89001
+Subproject bb5c55d697b0d0e6b8cce5ff5037273241de323
diff --git a/libraries/xhtml b/libraries/xhtml
-Subproject 721779acc35dccd6a43a292b24099b65d93d390
+Subproject 68353ccd1a2e776d6c2b11619265d8140bb7dc0