From eee819943a0ea05af369fe3c728b865094e8fe33 Mon Sep 17 00:00:00 2001 From: David Feuer Date: Tue, 10 Jan 2017 13:40:51 -0500 Subject: Remove deprecated InteractiveEval API Remove `RunResult(..)`, `runStmt`, and `runStmtWithLocation`. These were all deprecated and documented as slated for removal in GHC 7.14, which I figure means 8.2. See cf7573b8207bbb17c58612f3345e0b17d74cfb58 for an explanation of why this change was made. Reviewers: simonpj, hvr, austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2949 GHC Trac Issues: #13095 --- compiler/main/GHC.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/main/GHC.hs') diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 59e42f9c75..031bd155fa 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -147,11 +147,6 @@ module GHC ( InteractiveEval.back, InteractiveEval.forward, - -- ** Deprecated API - RunResult(..), - runStmt, runStmtWithLocation, - resume, - -- * Abstract syntax elements -- ** Packages -- cgit v1.2.1