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/ghci/ByteCodeFFI.lhs | |
| parent | b94d8b0b32b5164dc0dfba5c30008982eeb94b5b (diff) | |
| download | haskell-f10947d79cdfac8f8b065ef51a10d9c9cf3c19bc.tar.gz | |
avoid Foreign.unsafePerformIO
Diffstat (limited to 'compiler/ghci/ByteCodeFFI.lhs')
| -rw-r--r-- | compiler/ghci/ByteCodeFFI.lhs | 2 |
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 |
