summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Concurrent
diff options
context:
space:
mode:
authorZejun Wu <watashi@fb.com>2018-12-17 23:35:44 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-17 23:36:53 -0500
commita0fb20bae31ed7a50d1a6e4e15c42ba25d836bfc (patch)
tree8a2bee666e0e2c443afed18808802f1429b833b1 /libraries/base/Control/Concurrent
parented69f8bd1fd4b84b62bb4f10eef7f76e537be07b (diff)
downloadhaskell-a0fb20bae31ed7a50d1a6e4e15c42ba25d836bfc.tar.gz
Fix ghci crash when starting with -fno-implicit-import-qualified
`ghci -fno-implicit-import-qualified` didn't start with error message: ``` GHCi, version 8.6.2: http://www.haskell.org/ghc/ :? for help <interactive>:1:6: error: Not in scope: ‘System.IO.hSetBuffering’ No module named ‘System.IO’ is imported. ... ``` This change fixes it and update test T2452 to cover this. Test Plan: TEST=T2452 make accept harbormaster build runs Reviewers: simonmar, bgamari, RyanGlScott Reviewed By: simonmar Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5452
Diffstat (limited to 'libraries/base/Control/Concurrent')
0 files changed, 0 insertions, 0 deletions