diff options
Diffstat (limited to 'compiler/ghci/ByteCodeAsm.hs')
-rw-r--r-- | compiler/ghci/ByteCodeAsm.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ghci/ByteCodeAsm.hs b/compiler/ghci/ByteCodeAsm.hs index ea3066605e..cfb78fbd47 100644 --- a/compiler/ghci/ByteCodeAsm.hs +++ b/compiler/ghci/ByteCodeAsm.hs @@ -36,9 +36,6 @@ import Util -- From iserv import SizedSeq -#if __GLASGOW_HASKELL__ < 709 -import Control.Applicative (Applicative(..)) -#endif import Control.Monad import Control.Monad.ST ( runST ) import Control.Monad.Trans.Class |