Follow GHC.Types changes
authorjpm@cs.uu.nl <unknown>
Wed, 27 Oct 2010 12:30:53 +0000 (12:30 +0000)
committerjpm@cs.uu.nl <unknown>
Wed, 27 Oct 2010 12:30:53 +0000 (12:30 +0000)
GHC/Bool.hs-boot [deleted file]
GHC/Generics.hs
GHC/Types.hs-boot

diff --git a/GHC/Bool.hs-boot b/GHC/Bool.hs-boot
deleted file mode 100644 (file)
index aab8f17..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Bool where
-
-data Bool = False | True
-
index 8b0efef..7f5b86f 100644 (file)
@@ -45,8 +45,7 @@ module GHC.Generics  (
 -}
   ) where
   
-import {-# SOURCE #-} GHC.Types -- ([](..), Int, Char)
-import {-# SOURCE #-} GHC.Bool  (Bool(..))
+import {-# SOURCE #-} GHC.Types
 
 --------------------------------------------------------------------------------
 -- Representation types
index 25f88c4..be0e3bd 100644 (file)
@@ -13,3 +13,5 @@ data Char = C# Char#
 
 data Int = I# Int#
 
+data Bool = False | True
+