Remove ST stuff that is now in the new st package
[ghc-base.git] / Data / Tuple.hs
index 81ae83d..335835c 100644 (file)
@@ -1,5 +1,6 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
 {-# OPTIONS_GHC -fno-warn-unused-imports #-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
 -- XXX -fno-warn-unused-imports needed for the GHC.Tuple import below. Sigh.
 -----------------------------------------------------------------------------
 -- |