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/ghci/ByteCodeGen.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/ghci/ByteCodeGen.hs') diff --git a/compiler/ghci/ByteCodeGen.hs b/compiler/ghci/ByteCodeGen.hs index 186d094bff..5d5b2990e6 100644 --- a/compiler/ghci/ByteCodeGen.hs +++ b/compiler/ghci/ByteCodeGen.hs @@ -2,6 +2,7 @@ {-# LANGUAGE DeriveFunctor #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# OPTIONS_GHC -fprof-auto-top #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} -- -- (c) The University of Glasgow 2002-2006 -- -- cgit v1.2.1