reportStackOverflow now returns IO ()
[ghc-base.git] / 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 #-}
 
 -----------------------------------------------------------------------------