diff options
author | Ian Lynagh <igloo@earth.li> | 2009-07-07 13:35:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-07-07 13:35:45 +0000 |
commit | a5698175f207de66f7c59e4761ad12e23b072fdf (patch) | |
tree | 699dddb87a632a9ba8dccfe3fac4057e6ead4e69 /src/Haddock/Utils | |
parent | fbea25b9766993942c044db898ca047b9416e30b (diff) |
Fix unused import warnings
Diffstat (limited to 'src/Haddock/Utils')
-rw-r--r-- | src/Haddock/Utils/FastMutInt2.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Haddock/Utils/FastMutInt2.hs b/src/Haddock/Utils/FastMutInt2.hs index 4ac50e60..79b0f86e 100644 --- a/src/Haddock/Utils/FastMutInt2.hs +++ b/src/Haddock/Utils/FastMutInt2.hs @@ -22,11 +22,6 @@ 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 |