summaryrefslogtreecommitdiff
path: root/p/haskell-hoogle/debian/control
blob: 786063b4416be563f494fdc502e9dd500fc7eaa0 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Source: haskell-hoogle
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 9)
               , haskell-devscripts (>= 0.8.13)
               , cdbs
               , ghc
               , ghc-prof
               , libghc-zlib-dev
	       , libghc-aeson-dev (>= 0.6.1)
	       , libghc-aeson-prof
               , libghc-blaze-builder-dev (>= 0.2)
               , libghc-blaze-builder-prof
               , libghc-case-insensitive-dev (>= 0.2)
               , libghc-case-insensitive-prof
               , libghc-cmdargs-dev (>= 0.7)
               , libghc-cmdargs-prof
               , libghc-conduit-dev (>= 0.2)
               , libghc-conduit-prof
               , libghc-src-exts-dev (>= 1.14)
               , libghc-src-exts-dev (<< 1.15)
               , libghc-src-exts-prof
               , libghc-http-types-dev (>= 0.7)
               , libghc-http-types-prof
               , libghc-parsec3-dev (>= 3) | libghc-parsec2-dev (>= 2.1)
               , libghc-parsec3-dev (>= 3) | libghc-parsec2-dev (<< 3)
               , libghc-parsec3-prof | libghc-parsec2-prof
               , libghc-random-dev
               , libghc-random-prof
               , libghc-safe-dev
               , libghc-safe-prof
               , libghc-tagsoup-dev (>= 0.11)
               , libghc-tagsoup-prof
               , libghc-transformers-dev (>= 0.2)
               , libghc-transformers-prof
               , libghc-uniplate-dev (>= 1.6)
               , libghc-uniplate-prof
               , libghc-wai-dev (>= 1.1)
               , libghc-wai-prof
               , libghc-warp-dev (>= 1.1)
               , libghc-warp-prof
Build-Depends-Indep: ghc-doc
                     , libghc-blaze-builder-doc
                     , libghc-case-insensitive-doc
                     , libghc-cmdargs-doc
                     , libghc-conduit-doc
                     , libghc-src-exts-doc
                     , libghc-http-types-doc
                     , libghc-parsec3-doc | libghc-parsec2-doc
                     , libghc-random-doc
                     , libghc-safe-doc
                     , libghc-tagsoup-doc
                     , libghc-transformers-doc
                     , libghc-uniplate-doc
                     , libghc-wai-doc
                     , libghc-warp-doc
Standards-Version: 3.9.5
Homepage: http://www.haskell.org/hoogle/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hoogle
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hoogle

Package: libghc-hoogle-dev
Architecture: any
Depends: ${shlibs:Depends}
         , ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell API Search
 Hoogle is a Haskell API search engine, which allows you to
 search many standard Haskell libraries by either function name,
 or by approximate type signature.
 .
 This package contains the normal library files.

Package: libghc-hoogle-prof
Architecture: any
Depends: ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell API Search; profiling libraries
 Hoogle is a Haskell API search engine, which allows you to
 search many standard Haskell libraries by either function name,
 or by approximate type signature.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-hoogle-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}
         , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell API Search; documentation
 Hoogle is a Haskell API search engine, which allows you to
 search many standard Haskell libraries by either function name,
 or by approximate type signature.
 .
 This package contains the documentation files.

Package: hoogle
Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, ghc-doc
Recommends: apache2
Description: Haskell API Search for Debian system
 Hoogle is a Haskell API search engine, which allows you to
 search many standard Haskell libraries by either function name,
 or by approximate type signature.
 .
 This package contains hoogle command and cgi settings.
 If you have a webserver installed, you can access the hoogle web interface at
 http://localhost/cgi-bin/hoogle.