diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-20 16:54:01 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-20 16:54:01 +0100 |
commit | 2844abb416975d589ab598162e70eff0df49751f (patch) | |
tree | 04751d84c518758d3a37d4382dae161d4804395f /compiler/utils/StringBuffer.lhs | |
parent | 8a1334404cee2f1d668bc77786b1d6381877612c (diff) | |
download | haskell-2844abb416975d589ab598162e70eff0df49751f.tar.gz |
GHC 7.4 is now required for building HEAD
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 |