hdbc 2.4.0.2-1 source package in Ubuntu
Changelog
hdbc (2.4.0.2-1) unstable; urgency=medium * New upstream release * Drop newer-time patch. Obsoleted by upstream changes. -- Sean Whitton <email address hidden> Sun, 10 Sep 2017 15:23:46 -0700
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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
hdbc_2.4.0.2-1.dsc | 2.4 KiB | 4c7eb5b12f7d3a47587132f19b1f241663a44b3a018418d6f2fa994f12da254d |
hdbc_2.4.0.2-1.debian.tar.xz | 5.1 KiB | 9ede21f1708017865952ccac00c4bd66b14507911bbbd7506e703916fd82e029 |
hdbc_2.4.0.2.orig.tar.gz | 22.9 KiB | 670757fd674b6caf2f456034bdcb54812af2cdf2a32465d7f4b7f0baa377db5a |
Available diffs
No changes file available.
Binary packages built by this source
- libghc-hdbc-dev: No summary available for libghc-hdbc-dev in ubuntu cosmic.
No description available for libghc-hdbc-dev in ubuntu cosmic.
- 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.