diff options
Diffstat (limited to 'src/HaddockHtml.hs')
-rw-r--r-- | src/HaddockHtml.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |