Skip to content

"Remove redundant import" doesn't always work with ImportQualifiedPost #642

Closed
@georgefst

Description

@georgefst
{-# LANGUAGE ImportQualifiedPost #-}
{-# OPTIONS_GHC -Wall #-}

import Data.Functor qualified

leads to:

{-# LANGUAGE ImportQualifiedPost #-}
{-# OPTIONS_GHC -Wall #-}

 qualified

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: imports pluginstatus: blockedNot actionable, because blocked by upstream/GHC etc.type: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions