[commit: ghc] ghc-8.6: Load plugins in interactive session (e67bebb)
git at git.haskell.org
git at git.haskell.org
Thu Nov 22 21:55:10 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.6
Link : http://ghc.haskell.org/trac/ghc/changeset/e67bebbf735db498c2cbf191d1878644ca5ed5cc/ghc
>---------------------------------------------------------------
commit e67bebbf735db498c2cbf191d1878644ca5ed5cc
Author: Christiaan Baaij <christiaan.baaij at gmail.com>
Date: Thu Nov 22 11:50:51 2018 -0500
Load plugins in interactive session
Reviewers: bgamari, tdammers
Reviewed By: tdammers
Subscribers: monoidal, rwbarton, carter
GHC Trac Issues: #15633
Differential Revision: https://phabricator.haskell.org/D5348
(cherry picked from commit 599eaada382d04722219bfc319bde94591be3fb1)
>---------------------------------------------------------------
e67bebbf735db498c2cbf191d1878644ca5ed5cc
ghc/GHCi/UI.hs | 8 +++++++-
ghc/Main.hs | 17 ++++++++++++-----
testsuite/tests/ghci/should_run/T15633a.script | 1 +
testsuite/tests/ghci/should_run/T15633a.stderr | 1 +
testsuite/tests/ghci/should_run/T15633a.stdout | 1 +
testsuite/tests/ghci/should_run/T15633b.script | 2 ++
testsuite/tests/ghci/should_run/T15633b.stderr | 1 +
testsuite/tests/ghci/should_run/T15633b.stdout | 1 +
testsuite/tests/ghci/should_run/all.T | 18 ++++++++++++++++++
.../should_run/tc-plugin-ghci}/LICENSE | 0
.../should_run/tc-plugin-ghci}/Makefile | 0
.../should_run/tc-plugin-ghci}/Setup.hs | 0
.../should_run/tc-plugin-ghci/TcPluginGHCi.hs} | 5 +++--
.../should_run/tc-plugin-ghci/tc-plugin-ghci.cabal} | 9 +++------
14 files changed, 50 insertions(+), 14 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e67bebbf735db498c2cbf191d1878644ca5ed5cc
More information about the ghc-commits
mailing list