diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-16 20:10:54 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-16 20:10:54 +0100 |
commit | 7cae752150c8b6b2cbac21253489cb5bb4040f3a (patch) | |
tree | f45efebb0a8d7d34500186d4f8a320ad70c1948b /compiler/utils/FastString.lhs | |
parent | c1d4bc1756be84b0cd16096b92c95ba71c875401 (diff) | |
download | haskell-7cae752150c8b6b2cbac21253489cb5bb4040f3a.tar.gz |
Remove a redundant import
Diffstat (limited to 'compiler/utils/FastString.lhs')
-rw-r--r-- | compiler/utils/FastString.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index 535b317625..2c94de75f9 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -102,7 +102,6 @@ import Data.Maybe ( isJust ) import Data.Char ( ord ) import GHC.IO ( IO(..) ) -import GHC.Ptr ( Ptr(..) ) #if __GLASGOW_HASKELL__ >= 701 import Foreign.Safe |