[commit: packages/array] master: Remove unnecessary import (e69fab7)
git at git.haskell.org
git at git.haskell.org
Tue Jan 6 13:39:36 UTC 2015
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/e69fab76b5b15d7e7f413edb936faab30d05b8a0
>---------------------------------------------------------------
commit e69fab76b5b15d7e7f413edb936faab30d05b8a0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jan 6 13:40:57 2015 +0000
Remove unnecessary import
>---------------------------------------------------------------
e69fab76b5b15d7e7f413edb936faab30d05b8a0
Data/Array/IO/Internals.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/Data/Array/IO/Internals.hs b/Data/Array/IO/Internals.hs
index 6c91d7c..a7883f3 100644
--- a/Data/Array/IO/Internals.hs
+++ b/Data/Array/IO/Internals.hs
@@ -34,7 +34,6 @@ import Control.Monad.ST ( RealWorld, stToIO )
import Foreign.Ptr ( Ptr, FunPtr )
import Foreign.StablePtr ( StablePtr )
-import Data.Ix
import Data.Array.Base
import GHC.IOArray (IOArray(..))
More information about the ghc-commits
mailing list