File: control

package info (click to toggle)
haskelldb 0.9.cvs.601-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 680 kB
  • ctags: 33
  • sloc: haskell: 4,392; sh: 1,900; makefile: 130
file content (29 lines) | stat: -rw-r--r-- 1,220 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
Source: haskelldb
Section: devel
Priority: optional
Maintainer: Arjan Oosting <arjan@debian.org>
Build-Depends: dctrl-tools, debhelper (>= 4.0.0), ghc6 (>= 6.4.2), haskell-devscripts (>= 0.5.6), libghc6-hsql-dev (>= 1.6-4), libghc6-hsql-mysql-dev, libghc6-hsql-odbc-dev, libghc6-hsql-postgresql-dev, libghc6-hsql-sqlite-dev
Standards-Version: 3.7.2
XS-Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/haskelldb

Package: libghc6-haskelldb-dev
Section: libdevel
Architecture: any
Suggests: haskelldb-bin
Depends: ${haskell:Depends}, ${shlibs:Depends}
Description: Haskell library for expressing database queries
 HaskellDB is a Haskell library for expressing database queries and
 operations in a type safe and declarative way. 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.
 .
 HaskellDB is written entirely in Haskell.

Package: haskelldb-bin
Section: devel
Architecture: any
Depends: ${shlibs:Depends}
Description: Utilities for use with HaskellDB
 This package provides the DBDirect program that is used to generate
 HaskellDB interfaces automatically based on what is in a database.