summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeFFI.lhs
diff options
context:
space:
mode:
authorRoss Paterson <ross@soi.city.ac.uk>2010-09-09 12:55:31 +0000
committerRoss Paterson <ross@soi.city.ac.uk>2010-09-09 12:55:31 +0000
commitf10947d79cdfac8f8b065ef51a10d9c9cf3c19bc (patch)
tree3daa088ca1d8fc97e8d16be4e0c5ab6f9ea27d4a /compiler/ghci/ByteCodeFFI.lhs
parentb94d8b0b32b5164dc0dfba5c30008982eeb94b5b (diff)
downloadhaskell-f10947d79cdfac8f8b065ef51a10d9c9cf3c19bc.tar.gz
avoid Foreign.unsafePerformIO
Diffstat (limited to 'compiler/ghci/ByteCodeFFI.lhs')
-rw-r--r--compiler/ghci/ByteCodeFFI.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeFFI.lhs b/compiler/ghci/ByteCodeFFI.lhs
index 0f149c38ab..1589fe1bed 100644
--- a/compiler/ghci/ByteCodeFFI.lhs
+++ b/compiler/ghci/ByteCodeFFI.lhs
@@ -9,7 +9,7 @@ module ByteCodeFFI ( moan64 ) where
import Outputable
import System.IO
-import Foreign
+import System.IO.Unsafe
moan64 :: String -> SDoc -> a
moan64 msg pp_rep