diff options
author | Ross Paterson <ross@soi.city.ac.uk> | 2010-09-09 12:55:31 +0000 |
---|---|---|
committer | Ross Paterson <ross@soi.city.ac.uk> | 2010-09-09 12:55:31 +0000 |
commit | f10947d79cdfac8f8b065ef51a10d9c9cf3c19bc (patch) | |
tree | 3daa088ca1d8fc97e8d16be4e0c5ab6f9ea27d4a /compiler/utils/FastString.lhs | |
parent | b94d8b0b32b5164dc0dfba5c30008982eeb94b5b (diff) | |
download | haskell-f10947d79cdfac8f8b065ef51a10d9c9cf3c19bc.tar.gz |
avoid Foreign.unsafePerformIO
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 8fcd419a2a..a357f9853f 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -95,7 +95,7 @@ import FastFunctions import Panic import Util -import Foreign +import Foreign hiding ( unsafePerformIO ) import Foreign.C import GHC.Exts import System.IO |