From d3640a19b8a26ed07cfd463ae948925052c2ec2a Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 23 Jun 2002 14:54:00 +0000 Subject: [haddock @ 2002-06-23 14:54:00 by panne] Make it compile with newer GHCs --- src/FastMutInt.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/FastMutInt.hs') diff --git a/src/FastMutInt.hs b/src/FastMutInt.hs index 6b25e360..0e98852b 100644 --- a/src/FastMutInt.hs +++ b/src/FastMutInt.hs @@ -17,8 +17,13 @@ module FastMutInt( #endif +#if __GLASGOW_HASKELL__ < 503 import GlaExts import PrelIOBase +#else +import GHC.Base +import GHC.IOBase +#endif #if __GLASGOW_HASKELL__ < 411 newByteArray# = newCharArray# -- cgit v1.2.3