Description
GHC Source Plugin that helps to manage imports.
Description
Usage
Add smuggler
to the dependencies of your project.
Then add the following options: -fplugin=Smuggler.Plugin
README.md
smuggler
“So many people consider their work a daily punishment. Whereas I love my work as a translator. Translation is a journey over a sea from one shore to the other. Sometimes I think of myself as a smuggler: I cross the frontier of language with my booty of words, ideas, images, and metaphors.”
― Amara Lakhous, Clash of Civilizations Over an Elevator in Piazza Vittorio
Haskell Source Plugin which removes unused imports automatically.
How to use
Add smuggler
to the dependencies of your project. Then add the following compiler options:
-fplugin=Smuggler.Plugin
For contributors
Requirements:
ghc-8.6.1
Cabal: How to build?
$ cabal new-update
$ cabal new-build
Stack on MacOS: How to build?
$ STACK_YAML=stack-mac-8.6.1.yaml stack build
Run tests
$ cabal new-test --allow-newer