summaryrefslogtreecommitdiff
path: root/p/haskell-fgl/debian/control
blob: e6f5d1d4866cdf2412a82656adbd443059807ab6 (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
Source: haskell-fgl
Section: libdevel
Priority: optional
Maintainer: Kari Pahula <kaol@debian.org>
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5), haddock (>= 2.4.1-4), hscolour, cdbs, haskell-devscripts, ghc6 (>= 6.10.1+dfsg1-13), ghc6-prof, ghc6-doc, libghc6-mtl-dev (>= 1.1.0.2-6), libghc6-mtl-prof, libghc6-mtl-doc
Homepage: http://web.engr.oregonstate.edu/~erwig/fgl/haskell

Package: libghc6-fgl-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: libghc6-fgl-prof, libghc6-fgl-doc
Description: Haskell graph library for GHC
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This is Martin Erwig's Functional Graph Library.

Package: libghc6-fgl-prof
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-fgl-dev (= ${binary:Version})
Suggests: libghc6-fgl-doc
Description: Haskell graph library for GHC; profiling libraries
 This package provides a library for the Haskell programming language,
 compiled for profiling.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This is Martin Erwig's Functional Graph Library.

Package: libghc6-fgl-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: ghc6-doc, libghc6-mtl-doc
Suggests: libghc6-fgl-dev, libghc6-fgl-prof
Description: Haskell graph library for GHC; documentation
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This is Martin Erwig's Functional Graph Library.