openbsd-ports/devel/cpphs/pkg/DESCR-main
kili fedf050f46 Use cabal and build the library on archs with ghc (i386 and amd64),
because jasper@ wants the cpphs library.
Put the library into a separate subpackage (hs-cpphs).
Shorten DESCR-main (formerly DESCR).

Tested with both ghc and nhc98 (the latter on armish).
2010-09-26 13:32:44 +00:00

8 lines
425 B
Plaintext

Cpphs is a re-implementation of the C pre-processor that is both
more compatible with Haskell, and itself written in Haskell so that
it can be distributed with compilers.
This version of the C pre-processor is pretty-much feature-complete
and compatible with traditional (K&R) pre-processors. Additional
features include: a plain-text mode; an option to unlit literate
code files; and an option to turn off macro-expansion.