From: Ian Lynagh Date: Wed, 20 Aug 2008 23:20:18 +0000 (+0000) Subject: Suppress a couple of warnings in GHC.PArr X-Git-Tag: 6_10_branch_has_been_forked~32 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bce653394ec05fe932f09e8c53158ad70097e73e;p=ghc-base.git Suppress a couple of warnings in GHC.PArr The fix isn't immediately obvious to me --- diff --git a/GHC/PArr.hs b/GHC/PArr.hs index ce93fbd..e56d83f 100644 --- a/GHC/PArr.hs +++ b/GHC/PArr.hs @@ -1,4 +1,5 @@ {-# OPTIONS_GHC -funbox-strict-fields #-} +{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} {-# LANGUAGE PArr #-} -----------------------------------------------------------------------------