Happy Haskell Programming
View the Project on GitHub kazu-yamamoto/hhp
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.
Version 1.x.x supports:
Version 0.x.x supports:
Copyright of this package belongs to IIJ Innovation Institute Inc. This package is available under BSD3 license.