diff --git a/tests/T2120.hs b/tests/T2120.hs index 82150ef1860e49b6bda594187c3132b9c29a7097..e059dbb63a65afa2f67d82e3f14b211923b81a7c 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]