diff options
author | Ian Lynagh <igloo@earth.li> | 2011-05-01 17:00:26 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-05-01 17:36:47 +0100 |
commit | 24c0c8c2040e7050fd5306afc85378eb94a06bd2 (patch) | |
tree | 55b7c80fe5d3fe4b244b70e4fca80d7aac6b8ceb /compiler/ghci/ByteCodeAsm.lhs | |
parent | b10b2c17bad2da6b325fdf5d85a5fa17dbb5e1cc (diff) | |
download | haskell-24c0c8c2040e7050fd5306afc85378eb94a06bd2.tar.gz |
Remove some ifdefs in favour of Haskell tests
Diffstat (limited to 'compiler/ghci/ByteCodeAsm.lhs')
-rw-r--r-- | compiler/ghci/ByteCodeAsm.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ghci/ByteCodeAsm.lhs b/compiler/ghci/ByteCodeAsm.lhs index e3c57b5cde..2c7473b80c 100644 --- a/compiler/ghci/ByteCodeAsm.lhs +++ b/compiler/ghci/ByteCodeAsm.lhs @@ -31,6 +31,7 @@ import Constants import FastString import SMRep import Outputable +import Config import Control.Monad ( foldM ) import Control.Monad.ST ( runST ) @@ -44,6 +45,7 @@ import Data.Char ( ord ) import Data.List import Data.Map (Map) import qualified Data.Map as Map +import Distribution.System import GHC.Base ( ByteArray#, MutableByteArray#, RealWorld ) |