[commit: packages/parallel] master: Remove unncessary import (e4e4228)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:16:41 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/e4e4228ba94178cf31b97fe81b94bff3de6fce03

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

commit e4e4228ba94178cf31b97fe81b94bff3de6fce03
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Jan 6 13:39:44 2015 +0000

    Remove unncessary import


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

e4e4228ba94178cf31b97fe81b94bff3de6fce03
 Control/Seq.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Control/Seq.hs b/Control/Seq.hs
index ebab1b5..55fb7dd 100644
--- a/Control/Seq.hs
+++ b/Control/Seq.hs
@@ -66,7 +66,6 @@ import Data.Foldable (Foldable, toList)
 #endif
 import Data.Map (Map)
 import qualified Data.Map (toList)
-import Data.Ix (Ix)
 import Data.Array (Array)
 import qualified Data.Array (bounds, elems)
 



More information about the ghc-commits mailing list