[project @ 2002-06-09 14:20:06 by panne]
[ghc-base.git] / Data / Generics.hs
index 82a08c8..1a3496d 100644 (file)
@@ -2,7 +2,7 @@
 -- |
 -- Module      :  Data.Generics
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
@@ -13,9 +13,7 @@
 -----------------------------------------------------------------------------
 
 module Data.Generics ( 
-#ifdef __GLASGOW_HASKELL__
-       module GHC.Base
-#endif
+       (:*:)(..), (:+:)(..), Unit(..)
  ) where
 
 import Prelude