hdbc 2.2.6-4build2 source package in Ubuntu

Changelog

hdbc (2.2.6-4build2) precise; urgency=low

  * No-change rebuild
 -- Iain Lane <email address hidden>   Thu, 15 Dec 2011 11:57:49 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hdbc_2.2.6.orig.tar.gz 32.1 KiB 31ddaf99af4ccc2d3d7f91f345f58d270d1116feca9350bbbb1661388c85ab2c
hdbc_2.2.6-4build2.debian.tar.gz 5.1 KiB d2e3eecd6fee90b3f325c6674b2f7cf498984de0b41dabd6b2f56bfdd5144b9b
hdbc_2.2.6-4build2.dsc 2.3 KiB 6a1684037ed2e925b6cd37ffaddd7f24061c49363488aa5b0b342f0c8a7502d9

Available diffs

View changes file

Binary packages built by this source

libghc-hdbc-dev: Haskell Database Connectivity, GHC package

 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
 .
 To use HDBC, you'll need both this package, and a driver package such
 as libghc-hdbc-postgresql-dev.

libghc-hdbc-doc: Haskell Database Connectivity, Documentation

 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.

libghc-hdbc-prof: Haskell Database Connectivity, GHC profiling data

 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This package provides profiling information for using
 HDBC with GHC.