From 99826c0fd307aa2690ef00be94e4f392fb73e155 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 5 Jul 2009 17:17:59 +0000 Subject: Fix warnings --- src/Haddock/Utils/FastMutInt2.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Haddock/Utils/FastMutInt2.hs') diff --git a/src/Haddock/Utils/FastMutInt2.hs b/src/Haddock/Utils/FastMutInt2.hs index 14273ac6..4ac50e60 100644 --- a/src/Haddock/Utils/FastMutInt2.hs +++ b/src/Haddock/Utils/FastMutInt2.hs @@ -22,7 +22,11 @@ import GlaExts import PrelIOBase #else import GHC.Base +#if __GLASGOW_HASKELL__ < 611 import GHC.IOBase +#else +import GHC.IO +#endif #endif #if __GLASGOW_HASKELL__ < 411 -- cgit v1.2.3