aboutsummaryrefslogtreecommitdiff
path: root/src/Set.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Set.hs')
-rw-r--r--src/Set.hs4
1 files changed, 0 insertions, 4 deletions
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