[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / utils / ListSetOps.lhs
index 3be4d89..5a46b23 100644 (file)
@@ -4,6 +4,8 @@
 \section[ListSetOps]{Set-like operations on lists}
 
 \begin{code}
+#include "HsVersions.h"
+
 module ListSetOps (
        unionLists,
        intersectLists,
@@ -14,7 +16,7 @@ module ListSetOps (
    ) where
 
 #if defined(COMPILING_GHC)
-import Ubiq{-uitous-}
+IMP_Ubiq(){-uitous-}
 
 import Util    ( isIn, isn'tIn )
 #endif