From 31afdf5ceb93b520ffeaa470562c0cbd8462bcb6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2012 18:14:01 +0100 Subject: Fix build with GHC 7.0 --- compiler/cmm/CmmProcPoint.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/cmm/CmmProcPoint.hs') diff --git a/compiler/cmm/CmmProcPoint.hs b/compiler/cmm/CmmProcPoint.hs index ebe40d9c9e..51b2845297 100644 --- a/compiler/cmm/CmmProcPoint.hs +++ b/compiler/cmm/CmmProcPoint.hs @@ -1,5 +1,8 @@ {-# LANGUAGE GADTs, DisambiguateRecordFields #-} {-# OPTIONS_GHC -fno-warn-warnings-deprecations #-} +#if __GLASGOW_HASKELL__ < 701 +{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} +#endif module CmmProcPoint ( ProcPointSet, Status(..) -- cgit v1.2.1