summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
diff options
context:
space:
mode:
authorDavid Feuer <david.feuer@gmail.com>2017-01-10 13:40:51 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-10 13:41:03 -0500
commiteee819943a0ea05af369fe3c728b865094e8fe33 (patch)
treecd5833c5c122c4e3c6783ed69e7932021a060f61 /compiler/main/GHC.hs
parent6de7613604216f65fae92d8066a078bf9cd3c088 (diff)
downloadhaskell-eee819943a0ea05af369fe3c728b865094e8fe33.tar.gz
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
Diffstat (limited to 'compiler/main/GHC.hs')
-rw-r--r--compiler/main/GHC.hs5
1 files changed, 0 insertions, 5 deletions
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