c2hs 0.16.4-2 source package in Ubuntu

Changelog

c2hs (0.16.4-2) unstable; urgency=low


  * Enable compat level 9

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:49:41 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
c2hs_0.16.4-2.dsc 1.5 KiB dd76c8055c73a73a8c732d005b544ce2bcc541759749edaa6a7161690170f6bb
c2hs_0.16.4.orig.tar.gz 134.9 KiB f1b15c18de884273eeab4400097a6fad8373849835e2a943d4583d9602fb1555
c2hs_0.16.4-2.debian.tar.gz 10.4 KiB 43d3a1ed47a389af06c9644aec752dbd180d0553ed843b75adeefa714b751d48

Available diffs

No changes file available.

Binary packages built by this source

c2hs: No summary available for c2hs in ubuntu saucy.

No description available for c2hs in ubuntu saucy.

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.