smuggler: Smuggling

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

GHC compiler plugin which helps to manage imports


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.1, 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:18Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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:

Build project

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

Run tests

$ cabal new-test --allow-newer