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