X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FBool.hs;h=f826ae7a818b9f723356b4dd44a992b147326356;hb=b0f3bc38cef80a54e1412ca5c7cd3fce8ff862fb;hp=f0b004fa7b9c4074a50a1f8fa45f65be8e2db5ef;hpb=cf62d712253bb8999f691b0bf3846f514c6aa2fd;p=ghc-prim.git diff --git a/GHC/Bool.hs b/GHC/Bool.hs index f0b004f..f826ae7 100644 --- a/GHC/Bool.hs +++ b/GHC/Bool.hs @@ -1,10 +1,10 @@ -{-# OPTIONS_GHC -fno-implicit-prelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude #-} -module GHC.Bool where +module GHC.Bool (Bool(..)) where -- We need Inl etc behind the scenes for the Bool definition -import GHC.Generics +import GHC.Generics () default ()