[project @ 2000-04-14 15:28:24 by rrt]
[ghc-hetmet.git] / ghc / lib / std / PrelMaybe.lhs
index 16383de..008a544 100644 (file)
@@ -6,7 +6,7 @@
 The @Maybe@ type.
 
 \begin{code}
-{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-}
+{-# OPTIONS -fno-implicit-prelude #-}
 
 module PrelMaybe where