X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FBool.hs;h=f826ae7a818b9f723356b4dd44a992b147326356;hb=b0f3bc38cef80a54e1412ca5c7cd3fce8ff862fb;hp=c4389a4a0319790260e606dfab6463119470b089;hpb=f61cbd37654e0b6fe8afefafd51f1fb03e8dd052;p=ghc-prim.git diff --git a/GHC/Bool.hs b/GHC/Bool.hs index c4389a4..f826ae7 100644 --- a/GHC/Bool.hs +++ b/GHC/Bool.hs @@ -1,10 +1,10 @@ {-# 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 ()