File: control

package info (click to toggle)
haskelldb-hsql-postgresql 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 44 kB
  • sloc: makefile: 51; haskell: 29
file content (40 lines) | stat: -rw-r--r-- 1,828 bytes parent folder | download
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
39
40
Source: haskelldb-hsql-postgresql
Section: devel
Priority: optional
Maintainer: Arjan Oosting <arjan@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-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskelldb-hsql-postgresql/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb-hsql-postgresql/trunk

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.