X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FMaybe.hs;h=69dd75f0cd0ca817685c2d6c2643f0ccab59a1f2;hb=e9e2a5412bb7cda8d13a063ac403d9f18ac97380;hp=9c86159956e7ff3f22be384c99ab65066968830f;hpb=0ff27fb0b00d271170a346d75ffe38cebabb3b11;p=ghc-base.git diff --git a/Data/Maybe.hs b/Data/Maybe.hs index 9c86159..69dd75f 100644 --- a/Data/Maybe.hs +++ b/Data/Maybe.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Maybe @@ -6,7 +6,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : experimental +-- Stability : stable -- Portability : portable -- -- The Maybe type, and associated operations.