diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-06-02 11:49:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-06-02 12:27:45 -0400 |
commit | 2abe54e16cbd14cab27abdc7967e907753354d54 (patch) | |
tree | fec7e858402af6cd681cfb787182fbd65ca301f1 /compiler/nativeGen | |
parent | bf775e9d6895c07f629409ee18503f40730cb5a0 (diff) | |
download | haskell-2abe54e16cbd14cab27abdc7967e907753354d54.tar.gz |
Make GHCi work when RebindableSyntax is enabled
Previously, we were running some blocks of code at the start of every
GHCi sessions which use do-notation, something which doesn't work well
if you start GHCi with the `-XRebindableSyntax` flag on. This tweaks the
code to avoid the use of do-notation so that `-XRebindableSyntax` won't
reject it.
Test Plan: make test TEST=T13385
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #13385
Differential Revision: https://phabricator.haskell.org/D3621
Diffstat (limited to 'compiler/nativeGen')
0 files changed, 0 insertions, 0 deletions