lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

Brittany removes pattern imports. #204

Closed runarorama closed 5 years ago

runarorama commented 5 years ago

Input:

import Foo.Bar (pattern Baz)

Output:

import Foo.Bar (Baz)

Which has totally different semantics.

matt-noonan commented 5 years ago

This seems to have been resolved already in ab389fe

tfausak commented 5 years ago

Yup, this issue seems similar to #158, which was fixed by ab389fe66fa34a7bef649cd996e5d81103ae4324.