cpphs 1.20.8-3build2 source package in Ubuntu

Changelog

cpphs (1.20.8-3build2) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 08:48:22 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cpphs_1.20.8.orig.tar.gz 44.1 KiB e56d64a7d8058e0fb63f0669397c1c861efb20a0376e0e74d86942ac151105ae
cpphs_1.20.8-3build2.debian.tar.xz 4.5 KiB 22bf99bed6c49567b2d189302efc8755851043beaf9c7040623d04298c0e3ba5
cpphs_1.20.8-3build2.dsc 2.4 KiB 5fa76062e78cf48f90fcb86393fe4fbc670bce0e21b434cdd48fd0ae37778a4e

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.