The latest version of hpp is 0.6.5-0.

hpp

Version 0.3.1.0 revision 0 uploaded by AnthonyCowley.

Package meta

Synopsis
A Haskell pre-processor
Description

hpp is a Haskell pre-processor that is also a C89/C90-compatible pre-processor (with the addition of a --cpp flag). It is packaged as both a library and an executable.

To use as a Haskell preprocessor for resolving #ifdef conditionals and simple macro expansion while still allowing multi-line string literals, an invocation might look like,

hpp -DDEBUG Foo.hs

To use as a C preprocessor, an invocation might look like,

hpp -DDEBUG --cpp foo.c

To have GHC use hpp as the C pre-processor, add this line to the top of a Haskell source file that makes use of the CPP LANGUAGE pragma.

{-# OPTIONS_GHC -cpp -pgmPhpp -optP--cpp #-}
Author
Anthony Cowley
Bug reports
n/a
Category
Development
Copyright
(C) 2015 Anthony Cowley
Homepage
https://github.com/acowley/hpp
Maintainer
acowley@gmail.com
Package URL
n/a
Stability
n/a

Components