[commit: ghc] master: Load plugins in interactive session (599eaad)
git at git.haskell.org
git at git.haskell.org
Thu Nov 22 18:46:07 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/599eaada382d04722219bfc319bde94591be3fb1/ghc
>---------------------------------------------------------------
commit 599eaada382d04722219bfc319bde94591be3fb1
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
>---------------------------------------------------------------
599eaada382d04722219bfc319bde94591be3fb1
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 599eaada382d04722219bfc319bde94591be3fb1
More information about the ghc-commits
mailing list