diff options
Diffstat (limited to 'compiler/utils/StringBuffer.lhs')
-rw-r--r-- | compiler/utils/StringBuffer.lhs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/StringBuffer.lhs b/compiler/utils/StringBuffer.lhs index 91a1d10aec..46cce5864d 100644 --- a/compiler/utils/StringBuffer.lhs +++ b/compiler/utils/StringBuffer.lhs @@ -54,11 +54,7 @@ import System.IO.Unsafe ( unsafePerformIO ) import GHC.Exts -#if __GLASGOW_HASKELL__ >= 701 import Foreign.Safe -#else -import Foreign hiding ( unsafePerformIO ) -#endif -- ----------------------------------------------------------------------------- -- The StringBuffer type |