hdbc 2.3.1.1-1 source package in Ubuntu
Changelog
hdbc (2.3.1.1-1) unstable; urgency=low * New upstream version. - Drop 0001-Support-for-time-1.2.0.3.patch -- Clint Adams <email address hidden> Sun, 12 Feb 2012 17:50:49 -0500
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
hdbc_2.3.1.1-1.dsc | 2.3 KiB | 5a544cbfaae22cadd2a10bc6160bb0ca0d4118e4a2b77122ce655083e37fabc3 |
hdbc_2.3.1.1.orig.tar.gz | 22.3 KiB | 674d10032f299aba7694be3ab83ac7e7409d5b1dc9f7605747f2f0e2f48611bf |
hdbc_2.3.1.1-1.debian.tar.gz | 4.7 KiB | 270dce38ed3ead44ac0b266a5294162ef1da8c34c1037baeb692bdf37df28fe1 |
Available diffs
No changes file available.
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: No summary available for libghc-hdbc-doc in ubuntu quantal.
No description available for libghc-hdbc-doc in ubuntu quantal.
- 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.