Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/06df26340050d8622115ce37b6b8c1def67c9eac >--------------------------------------------------------------- commit 06df26340050d8622115ce37b6b8c1def67c9eac Author: Paolo Capriotti <[email protected]> Date: Tue Jun 5 16:51:59 2012 +0100 Re-export Fingerprint in Data.Typeable.Internal. >--------------------------------------------------------------- Data/Typeable.hs | 1 - Data/Typeable/Internal.hs | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Data/Typeable.hs b/Data/Typeable.hs index 16c24c9..73c989b 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -104,7 +104,6 @@ import Data.Maybe import GHC.Base import GHC.Err (undefined) -import GHC.Fingerprint.Type import {-# SOURCE #-} GHC.Fingerprint -- loop: GHC.Fingerprint -> Foreign.Ptr -> Data.Typeable -- Better to break the loop here, because we want non-SOURCE imports diff --git a/Data/Typeable/Internal.hs b/Data/Typeable/Internal.hs index a89f43c..36bf55e 100644 --- a/Data/Typeable/Internal.hs +++ b/Data/Typeable/Internal.hs @@ -24,6 +24,7 @@ module Data.Typeable.Internal ( TypeRep(..), + Fingerprint(..), TyCon(..), mkTyCon, mkTyCon3, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
