From 504d19c9f70de890aa8b7658878423c0af4bbc12 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 11 Jun 2002 09:23:25 +0000 Subject: [haddock @ 2002-06-11 09:23:25 by simonmar] portability nit --- src/HaddockHtml.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/HaddockHtml.hs') diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs index 791152bb..cebb9690 100644 --- a/src/HaddockHtml.hs +++ b/src/HaddockHtml.hs @@ -18,7 +18,10 @@ import FiniteMap import List ( sortBy ) import Char ( toUpper, toLower ) import Monad ( when ) + +#ifdef __GLASGOW_HASKELL__ import IOExts +#endif import Html import qualified Html -- cgit v1.2.3