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 | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 904.3 kB | 4908 kB | [list of files] |
| amd64 (unofficial port) | 1,639.8 kB | 5128 kB | [list of files] |
| arm | 77.3 kB | 256 kB | [list of files] |
| hppa | 953.7 kB | 4788 kB | [list of files] |
| i386 | 151.1 kB | 536 kB | [list of files] |
| ia64 | 914.4 kB | 9452 kB | [list of files] |
| m68k | 537.1 kB | 3288 kB | [list of files] |
| mips | 110.1 kB | 384 kB | [list of files] |
| mipsel | 108.9 kB | 384 kB | [list of files] |
| powerpc | 580.6 kB | 3848 kB | [list of files] |
| s390 | 930.0 kB | 4848 kB | [list of files] |
| sparc | 174.1 kB | 740 kB | [list of files] |