[project @ 2000-04-13 23:03:12 by sewardj]
[ghc-hetmet.git] / ghc / lib / std / PrelST.lhs
index b41c079..1e2a473 100644 (file)
@@ -4,11 +4,10 @@
 \section[PrelST]{The @ST@ monad}
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-}
 
 module PrelST where
 
-import Monad
 import PrelShow
 import PrelBase
 import PrelGHC