#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2949 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"eee819943a0ea05af369fe3c728b865094e8fe33/ghc" eee81994/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="eee819943a0ea05af369fe3c728b865094e8fe33" 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 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler