Download Source Package cpphs:
The C pre-processor has been widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and different OS platforms. It is also occasionally used for its macro language, which can enable certain forms of platform-specific detail-filling, such as the tedious boilerplate generation of instance definitions and FFI declarations.
However, gcc's cpp has recently been evolving to more strictly adhere to the C standard. This has had the effect of making it increasingly incompatible with Haskell's syntax. This is a cpp-a-like designed with Haskell's syntax in mind.
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| alpha | 1.9-1 | 1,630.4 kB | 8844 kB | [list of files] |
| amd64 | 1.9-1 | 279.9 kB | 1096 kB | [list of files] |
| armel | 1.9-1 | 1,145.7 kB | 7100 kB | [list of files] |
| hppa | 1.9-1 | 1,614.8 kB | 7288 kB | [list of files] |
| hurd-i386 | 0.7-4 | 605.3 kB | 3408 kB | [list of files] |
| i386 | 1.9-1 | 254.9 kB | 816 kB | [list of files] |
| ia64 | 0.7-4 | 1,030.9 kB | 9796 kB | [list of files] |
| kfreebsd-i386 | 1.9-1 | 253.1 kB | 816 kB | [list of files] |
| m68k (unofficial port) | 0.7-4 | 612.4 kB | 3556 kB | [list of files] |
| mips | 1.9-1 | 1,252.1 kB | 8344 kB | [list of files] |
| mipsel | 1.9-1 | 1,224.9 kB | 8348 kB | [list of files] |
| powerpc | 1.9-1 | 282.8 kB | 1032 kB | [list of files] |
| s390 | 1.9-1 | 1,548.0 kB | 6764 kB | [list of files] |
| sparc | 1.9-1 | 1,035.7 kB | 5476 kB | [list of files] |