diff options
author | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-07-06 11:22:01 +0000 |
commit | d436c70d43fb905c63220040168295e473f4b90a (patch) | |
tree | ce7dd3b7faca1c31e82a3ec4a44fa9a32186c556 /compiler/utils/FastMutInt.lhs | |
parent | 0bde11509ca13d4d0914496ee652d7c2b43a0420 (diff) | |
download | haskell-d436c70d43fb905c63220040168295e473f4b90a.tar.gz |
Trim unused imports detected by new unused-import code
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r-- | compiler/utils/FastMutInt.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index dfa188ed2a..1b2b05eb9f 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -28,7 +28,7 @@ import GHC.Base import GHC.Ptr #if __GLASGOW_HASKELL__ >= 611 -import GHC.IO ( IO(..) ) +-- import GHC.IO ( IO(..) ) #else import GHC.IOBase ( IO(..) ) #endif |