smuggler: Smuggling

[ development, library, mpl, program, refactoring ] [ Propose Tags ]

GHC compiler plugin which helps to manage imports


[Skip to Readme]

Modules

  • Smuggler
    • Smuggler.Anns
    • Smuggler.Loc
    • Smuggler.Parser
    • Smuggler.Plugin

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0, 0.0.1, 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), bytestring (>=0.10), containers (>=0.5), filepath (>=1.4), ghc (>=8.6.0), ghc-exactprint (>=0.5.7.0), hash-store (>=0.1.0), smuggler, unordered-containers (>=0.2.7) [details]
License MPL-2.0
Copyright 2018 Kowainik
Author Kowainik
Maintainer xrom.xkov@gmail.com
Category Development, Refactoring
Home page https://github.com/kowainik/smuggler
Bug tracker https://github.com/kowainik/smuggler/issues
Source repo head: git clone git@github.com:kowainik/smuggler.git
Uploaded by shersh at 2018-07-22T16:56:39Z
Distributions
Executables smuggler
Downloads 1481 total (11 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-07-22 [all 2 reports]

Readme for smuggler-0.0.1

[back to package description]

smuggler

Hackage Build status MPL-2.0 license

Haskell Compiler Plugin which removes unused imports automatically.

Build instructions

Requirements:

  • ghc >= ghc-8.6.1-alpha2

Build project

$ cabal new-update
$ cabal new-build --allow-newer

Run tests

$ cabal new-test --allow-newer