Help haddock find ghc-prim's types by explicitly exporting them
[ghc-prim.git] / GHC / Bool.hs
index 39cb5e1..f826ae7 100644 (file)
@@ -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 ()