X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBool.hs;h=ba2d8aea27c0084287a65f2902c6151c12435d6f;hb=f98950484a7cb01e43352e3d88277a2784cd58bf;hp=de5b3b09583c719f0d0a5e444d68f4d898cf2774;hpb=fc6c3c6e5a508b74bed8559c2e4ff6bf74b9ae92;p=ghc-base.git diff --git a/Data/Bool.hs b/Data/Bool.hs index de5b3b0..ba2d8ae 100644 --- a/Data/Bool.hs +++ b/Data/Bool.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Bool