summaryrefslogtreecommitdiff
path: root/p/haskelldb-hsql-odbc/debian/control
blob: a6538a08d9aab3d39db26bc8f3d0cff92cbd4c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: haskelldb-hsql-odbc
Section: devel
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), dpkg-dev (>= 0.13.19),
 ghc6 (>= 6.4.2), haskell-devscripts (>= 0.5.6),
 libghc6-haskelldb-dev, libghc6-haskelldb-hsql-dev,
 libghc6-hsql-odbc-dev, libghc6-mtl-dev
Build-Depends-Indep: haddock, ghc6-doc, haskell-haskelldb-doc,
 haskell-haskelldb-hsql-doc, haskell-hsql-doc, libghc6-mtl-doc
Standards-Version: 3.7.3
Homepage: http://haskelldb.sourceforge.net/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hsql-odbc/

Package: libghc6-haskelldb-hsql-odbc-dev
Section: libdevel
Architecture: any
Suggests: haskelldb-bin (= ${binary:Version}), libghc6-haskelldb-hsql-odbc-doc (= ${source:Version})
Depends: ${haskell:Depends}, ${shlibs:Depends}
Description: GHC6 library for HaskellDB support for the HSQL ODBC driver
 HaskellDB is library for expressing database queries and operations
 in a type safe and declarative way. This package contains the library
 to use the HSQL ODBC driver with HaskellDB for use with GHC 6.
 .
 HaskellDB compiles a relational algebra-like
 syntax into SQL, submits the operations to the database for
 processing, and returns the results as ordinary Haskell values.

Package: haskell-haskelldb-hsql-odbc-doc
Architecture: all
Section: doc
Recommends: ghc6-doc, haskell-haskelldb-doc,
 haskell-haskelldb-hsql-doc, libghc6-mtl-doc
Suggests: doc-base
Description: API documentation of haskelldb-hsql-odbc
 The API documentation of haskelldb-hsql-odbc which is part of
 HaskellDB, a Haskell library for expressing database queries and
 operations in a type safe and declarative way.