haskell-bindings-dsl 1.0.15-1 source package in Ubuntu
Changelog
haskell-bindings-dsl (1.0.15-1) unstable; urgency=low * New upstream version. -- Clint Adams <email address hidden> Mon, 06 Feb 2012 19:48:36 -0500
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any
- Section:
- haskell
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-bindings-dsl_1.0.15-1.dsc | 2.1 KiB | e783ffa541c0d6899ac47a6ee378456e72436a0b12ebeb11a35b6bfdb0a12320 |
haskell-bindings-dsl_1.0.15.orig.tar.gz | 5.1 KiB | f8445e9c374c97c7da4b61faa1ae9b3818e454f5d7c459f7f06281024b955aa9 |
haskell-bindings-dsl_1.0.15-1.debian.tar.gz | 2.3 KiB | f7ec4069c27ab06af910666cec08f158ea8180913874b75995dcfdb1d832b14b |
Available diffs
- diff from 1.0.14-1build1 (in Ubuntu) to 1.0.15-1 (723 bytes)
No changes file available.
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.