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 | 1,053.1 kB | 5912 kB | [list of files] |
| amd64 | 224.8 kB | 928 kB | [list of files] |
| arm | 703.5 kB | 4548 kB | [list of files] |
| armel | 719.0 kB | 4624 kB | [list of files] |
| hppa | 1,078.3 kB | 5268 kB | [list of files] |
| i386 | 207.1 kB | 676 kB | [list of files] |
| ia64 | 1,030.9 kB | 9796 kB | [list of files] |
| mips | 1,267.9 kB | 7976 kB | [list of files] |
| mipsel | 1,236.3 kB | 7976 kB | [list of files] |
| powerpc | 669.4 kB | 4212 kB | [list of files] |
| s390 | 1,099.4 kB | 5048 kB | [list of files] |
| sparc | 675.1 kB | 4052 kB | [list of files] |