summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmProcPoint.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-07-13 18:14:01 +0100
committerIan Lynagh <igloo@earth.li>2012-07-13 18:14:01 +0100
commit31afdf5ceb93b520ffeaa470562c0cbd8462bcb6 (patch)
treed72090538d28fcc45111e0180e88b912d7d368c2 /compiler/cmm/CmmProcPoint.hs
parent43405edbe91d16b289948b9cf442e0bd1b33abdf (diff)
downloadhaskell-31afdf5ceb93b520ffeaa470562c0cbd8462bcb6.tar.gz
Fix build with GHC 7.0
Diffstat (limited to 'compiler/cmm/CmmProcPoint.hs')
-rw-r--r--compiler/cmm/CmmProcPoint.hs3
1 files changed, 3 insertions, 0 deletions
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(..)