diff options
author | Ross Paterson <ross@soi.city.ac.uk> | 2009-08-24 08:05:33 +0000 |
---|---|---|
committer | Ross Paterson <ross@soi.city.ac.uk> | 2009-08-24 08:05:33 +0000 |
commit | af5a8f955fffa6c3d6b5c7f6552cee191e02c4d8 (patch) | |
tree | 05ac7dd95e6d975cd15553b898c073f68f28cdd1 /compiler | |
parent | b49f7dceb6c2d12c89c947fa0f7f7cb935912de3 (diff) | |
download | haskell-af5a8f955fffa6c3d6b5c7f6552cee191e02c4d8.tar.gz |
trim Data.Sequence import, in preparation for expanding its API
Diffstat (limited to 'compiler')
-rw-r--r-- | 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 c0b9140525..95ae5acd02 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 |