hsimport-0.8.5: 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 HsImportDecl

before the specified import declaration

After HsImportDecl

after the specified import declaration