remove conflicting import for nhc98
[haskell-directory.git] / Data / Generics.hs
index 525efdc..187219a 100644 (file)
@@ -6,7 +6,7 @@
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
--- Portability :  non-portable
+-- Portability :  non-portable (uses Data.Generics.Basics)
 --
 -- \"Scrap your boilerplate\" --- Generic programming in Haskell 
 -- See <http://www.cs.vu.nl/boilerplate/>. To scrap your boilerplate it
@@ -26,7 +26,6 @@ module Data.Generics (
   module Data.Generics.Twins,            -- twin traversal, e.g., generic eq
 
 #ifndef __HADDOCK__
-       ,
        -- Data types for the sum-of-products type encoding;
         -- included for backwards compatibility; maybe obsolete.
        (:*:)(..), (:+:)(..), Unit(..)