@hackage / smuggler

GHC Source Plugin that helps to manage imports

Latest0.1.0

About

Metadata

  • Last updated , by shersh
  • License MPL-2.0
  • Categories Development
  • Maintained by: Kowainik <xrom.xkov@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.1

Readme

smuggler

smuggler-logo Hackage Build status MPL-2.0 license

“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