Fix build without concurrent-output.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
This commit is contained in:
Joey Hess 2018-12-03 12:33:00 -04:00
parent 62f90eed06
commit 19372e47ea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -135,5 +135,5 @@ hideRegionsWhile s a
liftIO $ hFlush stdout
a
#else
hideRegionsWhile = id
hideRegionsWhile _ = id
#endif