summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T14963a.stdout
Commit message (Collapse)AuthorAgeFilesLines
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-141-0/+1
We have already disabled `-fdefer-type-errors` and `-fdefer-typed-holes` in ghci. This patch disables `-fdefer-out-of-scope-variables` as well. Fixes Trac #15259, as well as #14963. Test Plan: make test TEST="T15259 T14963a T14963b T14963c" Reviewers: bgamari, tdammers Reviewed By: tdammers Subscribers: tdammers, rwbarton, thomie, carter GHC Trac Issues: #15259, #14963 Differential Revision: https://phabricator.haskell.org/D4830