From c1a7d1856f1af6450ae3e04072b9d36960bc2257 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Wed, 8 Nov 2006 11:12:15 +0000 Subject: [PATCH] remove conflicting import for nhc98 --- System/Directory.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Directory.hs b/System/Directory.hs index 6fff3ad..2a80587 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -72,7 +72,6 @@ import Control.Monad ( when, unless ) #ifdef __NHC__ import Directory -import NHC.FFI #endif /* __NHC__ */ #ifdef __HUGS__ -- 1.7.10.4