Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4d457ae5f906052b67e4339dde6e828f1f9044cb >--------------------------------------------------------------- commit 4d457ae5f906052b67e4339dde6e828f1f9044cb Author: David Waern <[email protected]> Date: Thu Nov 24 23:55:36 2011 +0100 Avoid haskell98 dependency in test >--------------------------------------------------------------- tests/html-tests/tests/Hash.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/html-tests/tests/Hash.hs b/tests/html-tests/tests/Hash.hs index 7d6506f..343b69e 100644 --- a/tests/html-tests/tests/Hash.hs +++ b/tests/html-tests/tests/Hash.hs @@ -13,7 +13,7 @@ module Hash ( Hash(..), ) where -import Array +import Data.Array import Prelude hiding (lookup) -- | A hash table with keys of type @key@ and values of type @val@. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
