diff options
Diffstat (limited to 'compiler/utils/FastString.lhs')
-rw-r--r-- | compiler/utils/FastString.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index 55b115c5cf..062d32d15e 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -96,7 +96,7 @@ import FastFunctions import Panic import Util -import Foreign hiding ( unsafePerformIO ) +import Foreign import Foreign.C import GHC.Exts import System.IO |