hhp alternatives and similar packages
Based on the "Development" category.
Alternatively, view hhp alternatives based on common mentions on social networks and blogs.
-
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
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. -
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
Access the most powerful time series database as a service
Do you think we are missing an alternative of hhp or a related project?
Popular Comparisons
README
Happy Haskell Programming
The Happy Haskell Programming (HHP) package includes the hhpc
command, the hhpi
command, the HHP library, and Emacs front-end.
The hhpc
command and hhpi
command are backend commands to enrich Haskell programming on editors.
hhpc
and hhpi
are based on the HHP library
which is a wrapper of GHC API and Cabal.
Emacs front-end is an extension of Haskell mode. It enables to complete Haskell symbols and to browse documents of modules. Syntax error highlighting with GHC/Hlint is also integrated. Moreover, you are free from import hell.
Supported GHC and Cabal
- GHC 8.0 - Cabal 1.24
- GHC 8.2 - Cabal 2.0
- GHC 8.4 - Cabal 2.2
- GHC 8.6 - Cabal 2.4
- GHC 8.8 - Cabal 3.0
- GHC 8.10 - Cabal 3.2
Installation and Usage
- [Installation](doc/install.md)
- [The
hhpc
command](doc/hhpc.md) - [The
hhpi
command](doc/hhpi.md) - [Emacs front-end](doc/emacs.md)
Copyright and license
Copyright of this package belongs to IIJ Innovation Institute Inc. This package is available under [BSD3 license](LICENSE).
*Note that all licence references and agreements mentioned in the hhp README section above
are relevant to that project's source code only.