Source: haskell-hsql Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco TĂșlio Gontijo e Silva Build-Depends: cdbs , debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cpphs , ghc , ghc-prof Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hsql Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql Package: libghc-hsql-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests}, libghc-hsql-sqlite3-dev, libghc-hsql-sqlite-dev, libghc-hsql-odbc-dev, libghc-hsql-mysql-dev, libghc-hsql-postgresql-dev, haskell-hsql-doc Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Multi-Database Interface System library for GHC 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 interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. Package: libghc-hsql-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Multi-Database Interface System profiling library for GHC 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 interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. Package: libghc-hsql-doc Replaces: haskell-hsql-doc (<< 1.7.1-3), libghc6-hsql-doc (<< 1:1) Conflicts: haskell-hsql-doc (<< 1.7.1-3), libghc6-hsql-doc (<< 1:1) Provides: haskell-hsql-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: API documentation of the HSQL library 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 interchangeably with these database systems. In this sense, it is similar to Java's JDBC, Python's DB-API, or Perl's DBI. . This package provides documentation for HSQL.