# smuggler [](https://hackage.haskell.org/package/smuggler) [](https://travis-ci.org/kowainik/smuggler) [](https://github.com/kowainik/smuggler/blob/master/LICENSE) Haskell Compiler Plugin which removes unused imports automatically. ## Build instructions Requirements: * `ghc >= ghc-8.6.1-alpha2` ### Build project ```shell $ cabal new-update $ cabal new-build --allow-newer ``` ### Run tests ```shell $ cabal new-test --allow-newer ```