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

Safe HaskellNone

HsImport.ImportChange

Documentation

data ImportChange Source

Constructors

ReplaceImportAt SrcLine ImportString 
AddImportAfter SrcLine ImportString 
AddImportAtEnd ImportString 
NoImportChange 

Instances