Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2913fb2d3970ba6e25104368d57bfaeb0cf725a4 >--------------------------------------------------------------- commit 2913fb2d3970ba6e25104368d57bfaeb0cf725a4 Author: Johan Tibell <[email protected]> Date: Wed Jan 4 09:59:22 2012 -0800 Be explicit about what we import from Data.Monoid >--------------------------------------------------------------- compiler/ghci/RtClosureInspect.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index f521ee6..f140c8f 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -72,7 +72,7 @@ import Data.Array.Base import Data.Ix import Data.List import qualified Data.Sequence as Seq -import Data.Monoid +import Data.Monoid (mappend) import Data.Sequence (viewl, ViewL(..)) import Foreign.Safe import System.IO.Unsafe _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
