- Add option for styling exports
- Add option provide custom extensions
- Add option to exclude certain directories
- Add unit tests
- Consider existing exports
- Add ability to use yaml or json file for configuration
- Add option to check if exported types can be collapsed with (..), add a % value to when they should be
- Add support for line length in export formatter
- Read available .gitignore to populate excludeDir config
- While writing exports preserve comments written in between exports list
- Handle case when where keyword isn't present Setup.hs
- Fix case when two files with same module name are present in different dir
- Import may define package name to resolve ambiguity (e.g. import qualified "unordered-containers" Data.HashSet as HashSet)