Suppress a couple of warnings in GHC.PArr
authorIan Lynagh <igloo@earth.li>
Wed, 20 Aug 2008 23:20:18 +0000 (23:20 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 20 Aug 2008 23:20:18 +0000 (23:20 +0000)
The fix isn't immediately obvious to me

GHC/PArr.hs

index ce93fbd..e56d83f 100644 (file)
@@ -1,4 +1,5 @@
 {-# OPTIONS_GHC -funbox-strict-fields #-}
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
 {-# LANGUAGE PArr #-}
 
 -----------------------------------------------------------------------------