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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
Source: haskell-hsql-postgresql
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
Build-Depends:
cpphs,
debhelper (>= 9),
haskell-devscripts (>= 0.8.13),
cdbs,
ghc,
ghc-prof,
ghc-doc,
libghc-hsql-dev (>= 1.8.2),
libghc-hsql-dev (<< 1.9),
libghc-hsql-prof,
libghc-hsql-doc,
libpq-dev (>= 8.0),
# We need some header files from the server dev package, https://bugs.debian.org/314427
postgresql-server-dev-9.3,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/hsql-postgresql
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-postgresql/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-postgresql
Package: libghc-hsql-postgresql-dev
Architecture: any
Depends: ${haskell:Depends}, libpq-dev (>= 8.0), ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: PostgreSQL driver of the HSQL library for GHC
HSQL provides database interfaces for Haskell programmers. This package
provides the PostgreSQL driver of HSQL.
Package: libghc-hsql-postgresql-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: PostgreSQL driver of the HSQL library for GHC; profiling libraries
HSQL provides database interfaces for Haskell programmers. This package
provides the profiling libraries for the PostgreSQL driver of HSQL.
Package: libghc-hsql-postgresql-doc
Replaces: haskell-hsql-postgresql-doc (<< 1.7.3-4)
Conflicts: haskell-hsql-postgresql-doc (<< 1.7.3-4)
Provides: haskell-hsql-postgresql-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: API documentation of the hsql-postgresql library for Haskell
HSQL provides database interfaces for Haskell programmers. This package
provides documentation for PostgreSQL driver of HSQL.
|