join back threads before ending concurrent output so display works
authorJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 21:22:45 +0000 (17:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 21:23:26 +0000 (17:23 -0400)
commitab6b1edfee68814b5666406feacd8d4d8d0fede8
tree04df48438717c1f538afb672d5caf8498dadc4c5
parent2ca52b4a9d3630e9f7e156322cc98a7b6d092c2b
join back threads before ending concurrent output so display works

I didn't really want to put allowConcurrentOutput in CmdLine.Action,
but there were dep loops and that was the best place available.
CmdLine/Action.hs
Command.hs
Messages/Concurrent.hs [new file with mode: 0644]
Messages/Internal.hs