hsimport-0.5.2: A command line program for extending the import list of a Haskell source file.

Safe HaskellNone

HsImport

Synopsis

Documentation

data ImportPos Source

Where a new import declaration should be added.

Constructors

Before ImportDecl

before the specified import declaration

After ImportDecl

after the specified import declaration