summaryrefslogtreecommitdiff
path: root/p/haskelldb-hsql-postgresql/debian/control
blob: 77dfc48d4acef2599a9829c9131d205424408740 (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-postgresql
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-postgresql-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-postgresql/

Package: libghc6-haskelldb-hsql-postgresql-dev
Section: libdevel
Architecture: any
Suggests: haskelldb-bin (= ${binary:Version}), libghc6-haskelldb-hsql-postgresql-doc (= ${source:Version})
Depends: ${haskell:Depends}, ${shlibs:Depends}
Description: GHC6 library for HaskellDB support for the HSQL PostgreSQL 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 PostgreSQL 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-postgresql-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-postgresql
 The API documentation of haskelldb-hsql-postgresql which is part of
 HaskellDB, a Haskell library for expressing database queries and
 operations in a type safe and declarative way.