smuggler alternatives and similar packages
Based on the "Development" category.
Alternatively, view smuggler alternatives based on common mentions on social networks and blogs.
-
criterion
A powerful but simple library for measuring the performance of Haskell code. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell.
Build time-series-based applications quickly and at scale.
Do you think we are missing an alternative of smuggler or a related project?
Popular Comparisons
README
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
Lovely addition to this package is that it automatically supports on-the-fly
feature if you use it with ghcid
. Smuggler doesn't perform file changes when
there are no unused imports. So you can just run ghcid
as usual:
ghcid --command='cabal repl'
For contributors
Requirements:
ghc-8.6.5
cabal >= 3.0
orstack >= 2.0
Cabal: How to build?
cabal update
cabal build
Stack: How to build?
stack build
Run tests
cabal test --enable-tests
*Note that all licence references and agreements mentioned in the smuggler README section above
are relevant to that project's source code only.