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