X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelMaybe.lhs;h=008a5444e5bdf62458397176fe331da384e25e3c;hb=6111556816314236f1f7df84b404e6fbc83e739f;hp=16383debc95f08405288993adc621e9ca81add1a;hpb=9ff75d089614cce1cfa8c88344ace47698258bfa;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelMaybe.lhs b/ghc/lib/std/PrelMaybe.lhs index 16383de..008a544 100644 --- a/ghc/lib/std/PrelMaybe.lhs +++ b/ghc/lib/std/PrelMaybe.lhs @@ -6,7 +6,7 @@ The @Maybe@ type. \begin{code} -{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-} +{-# OPTIONS -fno-implicit-prelude #-} module PrelMaybe where