X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FListSetOps.lhs;h=39172473d90063889bcb1ceb35f5a9e51c399e13;hp=3be4d8932564cacfd7f8c0092e8d37e79e099c19;hb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;hpb=ca5a4a480d10d61e5b7a52eb4d556e8b8c33e69d diff --git a/ghc/compiler/utils/ListSetOps.lhs b/ghc/compiler/utils/ListSetOps.lhs index 3be4d89..3917247 100644 --- a/ghc/compiler/utils/ListSetOps.lhs +++ b/ghc/compiler/utils/ListSetOps.lhs @@ -4,17 +4,21 @@ \section[ListSetOps]{Set-like operations on lists} \begin{code} +#ifdef COMPILING_GHC +#include "HsVersions.h" +#endif + module ListSetOps ( unionLists, intersectLists, minusList -#if ! defined(COMPILING_GHC) +#ifndef COMPILING_GHC , disjointLists, intersectingLists #endif ) where #if defined(COMPILING_GHC) -import Ubiq{-uitous-} +IMP_Ubiq(){-uitous-} import Util ( isIn, isn'tIn ) #endif