[project @ 2003-04-09 08:17:39 by simonpj]
authorsimonpj <unknown>
Wed, 9 Apr 2003 08:17:39 +0000 (08:17 +0000)
committersimonpj <unknown>
Wed, 9 Apr 2003 08:17:39 +0000 (08:17 +0000)
Remove redundant Prelude import

Data/FiniteMap.hs

index 2f1bde7..493cb95 100644 (file)
@@ -79,8 +79,6 @@ module Data.FiniteMap (
 #endif
     ) where
 
-import Prelude
-
 import Data.Maybe ( isJust )
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base