Add tests from testsuite/tests/h98
[ghc-base.git] / GHC / ST.lhs
index 15ff74c..dc62000 100644 (file)
@@ -1,5 +1,5 @@
 \begin{code}
-{-# OPTIONS_GHC -fno-implicit-prelude #-}
+{-# LANGUAGE NoImplicitPrelude, MagicHash, UnboxedTuples, Rank2Types #-}
 {-# OPTIONS_HADDOCK hide #-}
 -----------------------------------------------------------------------------
 -- |
@@ -20,7 +20,6 @@ module GHC.ST where
 
 import GHC.Base
 import GHC.Show
-import GHC.Num
 
 default ()
 \end{code}