cpphs 1.11-4build2 source package in Ubuntu

Changelog

cpphs (1.11-4build2) precise; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Wed, 02 Nov 2011 12:37:02 -0400

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cpphs_1.11.orig.tar.gz 66.8 KiB 26124ca2b1af9a9804ba37c627dbbca3977bde93925f979f08b342895548db01
cpphs_1.11-4build2.debian.tar.gz 3.4 KiB c08aad611a0b237d920dbe7f27ea5184f214ff1be5bff6cb7c6f58ecce6dc46e
cpphs_1.11-4build2.dsc 2.1 KiB b41a3a315a79d5026e24b2a6487764ba5ce6ea01c7263e7aa42b1f3e18ac626d

Available diffs

View changes file

Binary packages built by this source

cpphs: Simplified cpp-a-like preprocessor for Haskell

 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.

libghc-cpphs-dev: cpphs-library for haskell

 This package provides some of the features of cpphs as a haskell library.

libghc-cpphs-doc: cpphs-library for haskell; documentation

 This package provides some of the features of cpphs as a haskell library.
  .
 This package contains the API documentation for this library

libghc-cpphs-prof: cpphs-library for haskell; profiling libraries

 This package provides some of the features of cpphs as a haskell library.