cpphs 1.20.9.1-2 source package in Ubuntu

Changelog

cpphs (1.20.9.1-2) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Remove retired developer, Joachim Breitner, from Uploaders.
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Mon, 18 Jul 2022 18:59:32 +0300

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.20.9.1-2.dsc 2.3 KiB d7c685e03292e3699c431b3df37814be863eeca45cc1814caa30b409f1c3fed6
cpphs_1.20.9.1.orig.tar.gz 44.4 KiB 7f59b10bc3374004cee3c04fa4ee4a1b90d0dca84a3d0e436d5861a1aa3b919f
cpphs_1.20.9.1-2.debian.tar.xz 4.4 KiB ac57916f6060768274dbbda4f87ec43b7e377d252c5a2e5ab684b98baf9a069f

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: No summary available for libghc-cpphs-dev in ubuntu kinetic.

No description available for libghc-cpphs-dev in ubuntu kinetic.

libghc-cpphs-doc: No summary available for libghc-cpphs-doc in ubuntu kinetic.

No description available for libghc-cpphs-doc in ubuntu kinetic.

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

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