From f1c4b8922e32871a26b8074ef12392b9b8c8e662 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 16 Jan 2005 15:41:25 +0000 Subject: [haddock @ 2005-01-16 15:41:21 by panne] Cleaned up imports and dropped support for GHC < 5.03, it never worked, anyway. --- src/Set.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Set.hs') diff --git a/src/Set.hs b/src/Set.hs index 271828e8..383d23f8 100644 --- a/src/Set.hs +++ b/src/Set.hs @@ -6,11 +6,7 @@ module Set ( elems, fromList ) where -#if __GLASGOW_HASKELL__ < 503 -import Set -#else import Data.Set -#endif #if __GLASGOW_HASKELL__ < 603 member :: Ord a => a -> Set a -> Bool -- cgit v1.2.3