Open
Description
Example:
import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents)
should be converted to
import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll,
HsEThingWith, HsEModuleContents)
(Note that I'm starting a new line after the last constructor which is still within 80 chars
from the end of the line.)