[commit: packages/containers] ghc-head: Remove redundant import (bb3a7af)

git at git.haskell.org git at git.haskell.org
Wed Sep 4 21:24:52 CEST 2013


Repository : ssh://git@git.haskell.org/containers

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/containers.git;a=commit;h=bb3a7afa4c334795c551f75d92278e6967dc02bc

>---------------------------------------------------------------

commit bb3a7afa4c334795c551f75d92278e6967dc02bc
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Fri Aug 30 11:32:45 2013 -0700

    Remove redundant import


>---------------------------------------------------------------

bb3a7afa4c334795c551f75d92278e6967dc02bc
 Data/IntMap.hs |    1 -
 1 file changed, 1 deletion(-)

diff --git a/Data/IntMap.hs b/Data/IntMap.hs
index cbf44ae..e8a2a5d 100644
--- a/Data/IntMap.hs
+++ b/Data/IntMap.hs
@@ -59,7 +59,6 @@ module Data.IntMap
     ) where
 
 import Prelude hiding (lookup,map,filter,foldr,foldl,null)
-import Data.IntMap.Base (IntMap(..), join, nomatch, zero)
 import qualified Data.IntMap.Strict as Strict
 import Data.IntMap.Lazy
 





More information about the ghc-commits mailing list