purebred-mua / purebred

A terminal based mail user agent based on notmuch
GNU Affero General Public License v3.0
139 stars 19 forks source link

remove redundant import of System.Exit #459

Closed frasertweedale closed 2 years ago

frasertweedale commented 2 years ago

typed-process >= 0.2.8.0 re-exports the ExitCode data type from System.Exit. This causes a redundant import warning.

Bump the type-process min bound to >= 0.2.8.0 and remove the redundant import.

frasertweedale commented 2 years ago

This need to rebase after #458 merged.

frasertweedale commented 2 years ago

@romanofski I think this needs some nix love due to bump of typed-process >=0.2.8.0. Can you advise? (Or send patch?)

romanofski commented 2 years ago

I'll fix up the nix errors after merge.