[commit: array] master: Update tests following changes in base (81df1ff)
Ian Lynagh
igloo at earth.li
Wed Jun 20 14:36:02 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/array
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/81df1ffbd3d1ebbbf5eedf9ce7ee770cec93773c
>---------------------------------------------------------------
commit 81df1ffbd3d1ebbbf5eedf9ce7ee770cec93773c
Author: Ian Lynagh <igloo at earth.li>
Date: Wed Jun 20 13:21:56 2012 +0100
Update tests following changes in base
>---------------------------------------------------------------
tests/T2120.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tests/T2120.hs b/tests/T2120.hs
index 82150ef..e059dbb 100644
--- a/tests/T2120.hs
+++ b/tests/T2120.hs
@@ -3,7 +3,6 @@ module Main (main) where
import Control.Exception
import Data.Array.IArray
-import Prelude hiding (catch)
a :: Array Int Int
a = listArray (1,4) [1..4]
More information about the Cvs-libraries
mailing list