summaryrefslogtreecommitdiff
path: root/compiler/utils/FastString.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/FastString.lhs')
-rw-r--r--compiler/utils/FastString.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs
index e6b432dbfa..fafb52c131 100644
--- a/compiler/utils/FastString.lhs
+++ b/compiler/utils/FastString.lhs
@@ -119,11 +119,7 @@ import Data.Char
import GHC.IO ( IO(..) )
-#if __GLASGOW_HASKELL__ >= 701
import Foreign.Safe
-#else
-import Foreign hiding ( unsafePerformIO )
-#endif
#if defined(__GLASGOW_HASKELL__)
import GHC.Base ( unpackCString# )