diff options
Diffstat (limited to 'compiler/utils/FastString.hs')
-rw-r--r-- | compiler/utils/FastString.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/FastString.hs b/compiler/utils/FastString.hs index e1ef46abe1..ea95d84763 100644 --- a/compiler/utils/FastString.hs +++ b/compiler/utils/FastString.hs @@ -115,11 +115,7 @@ import Data.List ( elemIndex ) import GHC.IO ( IO(..), unsafeDupablePerformIO ) -#if __GLASGOW_HASKELL__ >= 709 import Foreign -#else -import Foreign.Safe -#endif #if STAGE >= 2 import GHC.Conc.Sync (sharedCAF) |