diff options
author | David Terei <davidterei@gmail.com> | 2011-05-31 13:44:04 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-06-17 20:40:18 -0700 |
commit | 83d2f75bcde40e24921b19150ba4ecac3fb679c3 (patch) | |
tree | ab52df8b63b9c3af78dd060fe9a8e2c2569dee5b /compiler/utils/FastString.lhs | |
parent | d9965c117a24dfe47c55e2b00d18359c2ef896d3 (diff) | |
download | haskell-83d2f75bcde40e24921b19150ba4ecac3fb679c3.tar.gz |
SafeHaskell: Even more fixing to work with safe base
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 |