hdbc 2.4.0.1-2 source package in Ubuntu

Changelog

hdbc (2.4.0.1-2) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:55:21 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hdbc_2.4.0.1-2.dsc 2.5 KiB 616ff8fb18b51a490e751040f102b783fbcf714d740211fe80ca0f76d8e00f70
hdbc_2.4.0.1-2.debian.tar.xz 4.6 KiB 2abffe6b83dc6e8a72471a6e29fbb82c34c708e2b1f91db65ee01f32b21b96f8
hdbc_2.4.0.1.orig.tar.gz 22.9 KiB 7a3ee21c41e716111c4a3742a66eb448683719a9384afbf7021c5942ac73d2ad

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: 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.