summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2023-01-08 20:43:26 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-30 14:35:57 -0400
commit7c7dbade771dabaf33a2f0e0675e26865a213968 (patch)
tree432824653edb5803228b58640b08a3f8f55d0c32 /hadrian
parent8f15c47c729236e647a7aa147751afa0320f2e70 (diff)
downloadhaskell-7c7dbade771dabaf33a2f0e0675e26865a213968.tar.gz
Bump submodules
Diffstat (limited to 'hadrian')
-rw-r--r--hadrian/src/Settings/Warnings.hs3
1 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"