Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3547e7dfa521da6469ca6ca81b7adf0b747ecd70 >--------------------------------------------------------------- commit 3547e7dfa521da6469ca6ca81b7adf0b747ecd70 Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 16:08:47 2011 +0100 Remove some legacy comments >--------------------------------------------------------------- GHC/Base.lhs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/GHC/Base.lhs b/GHC/Base.lhs index f4181eb..06a8ff1 100644 --- a/GHC/Base.lhs +++ b/GHC/Base.lhs @@ -98,8 +98,6 @@ module GHC.Base module GHC.Base, module GHC.Classes, module GHC.CString, - -- module GHC.Generics, -- JPM: We no longer export GHC.Generics - -- by default to avoid name clashes module GHC.Ordering, module GHC.Types, module GHC.Prim, -- Re-export GHC.Prim and GHC.Err, to avoid lots @@ -110,8 +108,6 @@ module GHC.Base import GHC.Types import GHC.Classes import GHC.CString --- JPM: Since we don't export it, we don't need to import GHC.Generics --- import GHC.Generics import GHC.Ordering import GHC.Prim import {-# SOURCE #-} GHC.Show _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
