cpphs 1.19.3-1 source package in Ubuntu

Changelog

cpphs (1.19.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 23:56:55 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cpphs_1.19.3-1.dsc 2.5 KiB 37aee01e3dbfd5259f2ac4d175b251fe615263997ebe1fce4bc74451e3b4a7f9
cpphs_1.19.3-1.debian.tar.xz 3.8 KiB ddb4baff60650f68e41c1fcf05f4866522ea3d182dde63c540f6f88eafed7379
cpphs_1.19.3.orig.tar.gz 43.3 KiB e2546aa382e9c22942c5c2849631edc6b1d8cbea2c50762f66b740755faf57da

Available diffs

No changes file available.

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.