[project @ 2002-08-30 14:19:18 by simonpj]
[ghc-base.git] / Data / Generics.hs
index a2f6a87..1a3496d 100644 (file)
@@ -2,22 +2,18 @@
 -- |
 -- 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
 -- Portability :  non-portable
 --
--- $Id: Generics.hs,v 1.2 2002/04/24 16:31:39 simonmar Exp $
---
 -- Data types for generic definitions.
 --
 -----------------------------------------------------------------------------
 
 module Data.Generics ( 
-#ifdef __GLASGOW_HASKELL__
-       module GHC.Base
-#endif
+       (:*:)(..), (:+:)(..), Unit(..)
  ) where
 
 import Prelude