File: control

package info (click to toggle)
haskell-hsql 1.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 656 kB
  • ctags: 43
  • sloc: sh: 2,723; makefile: 192; haskell: 174; ansic: 37
file content (16 lines) | stat: -rw-r--r-- 863 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: haskell-hsql
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 4.0.0), postgresql-dev, libmysqlclient12-dev, unixodbc-dev, libsqlite-dev, haskell-devscripts (>= 0.5.4), ghc6 (>= 6.2.2), ghc6 (<< 6.2.3), libghc6-cabal-dev (>= 0.5)
Standards-Version: 3.6.1

Package: libghc6-hsql-dev
Section: devel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, postgresql-dev, libmysqlclient12-dev, unixodbc-dev, libsqlite-dev
Description: Multi-Database Interface System for Haskell
 HSQL provides interfaces for Haskell programmers to the PostgreSQL,
 MySQL, SQLite, and UnixODBC database systems.  There is a generic
 abstract interface so that code can be used interchangably with these
 database systems.  In this sense, it is similar to Java's JDBC,
 Python's DB-API, or Perl's DBI.