From 63b4f50cfaa383118c947445e5afb4fff3cd1c91 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 25 Nov 1999 12:21:19 +0000 Subject: [PATCH 1/1] [project @ 1999-11-25 12:21:19 by sewardj] import wibble for hugs --- ghc/lib/exts/Bits.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/lib/exts/Bits.lhs b/ghc/lib/exts/Bits.lhs index 22da720..8c7c3cf 100644 --- a/ghc/lib/exts/Bits.lhs +++ b/ghc/lib/exts/Bits.lhs @@ -12,9 +12,7 @@ individual operations. module Bits where -#ifdef __HUGS__ -import PreludeBuiltin -#else +#ifndef __HUGS__ import PrelBase #endif -- 1.7.10.4