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

Safe HaskellNone
LanguageHaskell98

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