Repository : ssh://[email protected]/containers On branch : ghc-head Link : http://git.haskell.org/?p=packages/containers.git;a=commit;h=bb3a7afa4c334795c551f75d92278e6967dc02bc
>--------------------------------------------------------------- commit bb3a7afa4c334795c551f75d92278e6967dc02bc Author: Johan Tibell <[email protected]> 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
