From af5a8f955fffa6c3d6b5c7f6552cee191e02c4d8 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Mon, 24 Aug 2009 08:05:33 +0000 Subject: [PATCH] trim Data.Sequence import, in preparation for expanding its API --- compiler/ghci/RtClosureInspect.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index c0b9140..95ae5ac 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -74,7 +74,7 @@ import Data.Ix import Data.List import qualified Data.Sequence as Seq import Data.Monoid -import Data.Sequence hiding (null, length, index, take, drop, splitAt, reverse) +import Data.Sequence (viewl, ViewL(..)) import Foreign -- import System.IO.Unsafe -- 1.7.10.4