c2hs 0.28.3-1 source package in Ubuntu

Changelog

c2hs (0.28.3-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Change Priority to optional. Since Debian Policy version 4.0.1,
    priority extra has been deprecated.
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.1

  [ Clint Adams ]
  * New upstream release.
    - Copes with newer math.h.  closes: #888086.

 -- Clint Adams <email address hidden>  Tue, 23 Jan 2018 20:36:43 -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
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
c2hs_0.28.3-1.dsc 2.3 KiB 0c9e0da806d7c95e2b93c03f782f4533606b1713d2bd2fa4b7da33ae2a5499ea
c2hs_0.28.3.orig.tar.gz 247.6 KiB 80cc6db945ee7c0328043b4e69213b2a1cb0806fb35c8362f9dea4a2c312f1cc
c2hs_0.28.3-1.debian.tar.xz 9.7 KiB 6db4a8b25a9ddb8898bd09872141f8899bb795ebbc7519970da2235b7add9f93

Available diffs

No changes file available.

Binary packages built by this source

c2hs: C->Haskell Interface Generator

 C->Haskell is an interface generator that simplifies the development
 of Haskell bindings to C libraries. The tool processes existing C
 header files that determine data layout and function signatures on
 the C side in conjunction with Haskell modules that specify
 Haskell-side type signatures and marshaling details. Hooks embedded
 in the Haskell code signal access to C structures and functions --
 they are expanded by the interfacing tool in dependence on
 information from the corresponding C header file.
 .
 Haskell 98 is "the" standard lazy functional programming language.
 More info plus the language definition is at http://www.haskell.org/.
 .
 This package contains the c2hs parser.

c2hs-doc: C->Haskell Interface Generator -- Documentation package

 C->Haskell is an interface generator that simplifies the development
 of Haskell bindings to C libraries. The tool processes existing C
 header files that determine data layout and function signatures on
 the C side in conjunction with Haskell modules that specify
 Haskell-side type signatures and marshaling details. Hooks embedded
 in the Haskell code signal access to C structures and functions --
 they are expanded by the interfacing tool in dependence on
 information from the corresponding C header file.
 .
 Haskell 98 is "the" standard lazy functional programming language.
 More info plus the language definition is at http://www.haskell.org/.
 .
 This package contains documentation for c2hs.