From 4bada77d5882974514d85d4bd0fd4e1801dad755 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 2 Dec 2019 11:06:11 +0000 Subject: Disable two warnings for files that trigger them incomplete-uni-patterns and incomplete-record-updates will be in -Wall at a future date, so prepare for that by disabling those warnings on files that trigger them. --- compiler/GHC/Iface/Rename.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/GHC/Iface/Rename.hs') diff --git a/compiler/GHC/Iface/Rename.hs b/compiler/GHC/Iface/Rename.hs index 94a7dbc06e..693f9068c4 100644 --- a/compiler/GHC/Iface/Rename.hs +++ b/compiler/GHC/Iface/Rename.hs @@ -1,6 +1,8 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE LambdaCase #-} +{-# OPTIONS_GHC -Wno-incomplete-record-updates #-} + -- | This module implements interface renaming, which is -- used to rewrite interface files on the fly when we -- are doing indefinite typechecking and need instantiations -- cgit v1.2.1