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 <[email protected]> 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] _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
