haskell-bindings-dsl 1.0.14-1build1 source package in Ubuntu
Changelog
haskell-bindings-dsl (1.0.14-1build1) precise; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson <email address hidden> Wed, 02 Nov 2011 16:15:57 -0400
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any
- Section:
- haskell
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-bindings-dsl_1.0.14.orig.tar.gz | 5.1 KiB | b2ef5abe4a51b813a03133f5dbc6bfaaf041536f7f96e1f8ce5af5ae3665bc95 |
haskell-bindings-dsl_1.0.14-1build1.debian.tar.gz | 2.3 KiB | a297a888d5d7d6e700458ed7e6cef4bc26324d0b376e934cc2f0c690ed6e79c5 |
haskell-bindings-dsl_1.0.14-1build1.dsc | 2.1 KiB | c2b811ad05dac63be5329146e4923ffc21ada030b423411a40e975ac7fc9487c |
Available diffs
- diff from 1.0.14-1 to 1.0.14-1build1 (345 bytes)
Binary packages built by this source
- libghc-bindings-dsl-dev: FFI domain specific language, on top of hsc2hs
This package provides a library for the Haskell programming language.
See http://www.haskell. org/ for more information on Haskell.
.
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
Haskell names used are automatically derived from C names, structures
are mapped to Haskell instances of Storable, and there are also macros
you can use with C code to help write bindings to inline functions or
macro functions.
.
This package contains no Haskell code, only C header files designed
for hsc2hs.