~ubuntu-branches/ubuntu/saucy/haskell-syb-with-class-instances-text/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Giovanni Mascellani
  • Date: 2010-06-07 23:17:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100607231711-111j0pjpvvq2hgct
Tags: 0.0.1-1
Initial release. (closes: #584892)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: haskell-syb-with-class-instances-text
 
2
Priority: extra
 
3
Section: haskell
 
4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Giovanni Mascellani <gio@debian.org>
 
6
Build-Depends:
 
7
 debhelper (>= 7),
 
8
 haskell-devscripts,
 
9
 cdbs,
 
10
 ghc6,
 
11
 ghc6-prof,
 
12
 libghc6-syb-with-class-dev,
 
13
 libghc6-syb-with-class-prof,
 
14
 libghc6-text-dev (>= 0.7.1),
 
15
 libghc6-text-prof (>= 0.7.1)
 
16
Build-Depends-Indep:
 
17
 ghc6-doc,
 
18
 libghc6-syb-with-class-doc,
 
19
 libghc6-text-doc (>= 0.7.1)
 
20
Standards-Version: 3.8.4
 
21
Homepage: http://hackage.haskell.org/package/syb-with-class-instances-text
 
22
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-syb-with-class-instances-text
 
23
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-syb-with-class-instances-text
 
24
 
 
25
Package: libghc6-syb-with-class-instances-text-dev
 
26
Architecture: any
 
27
Depends:
 
28
 ${haskell:Depends},
 
29
 ${misc:Depends},
 
30
 ${shlibs:Depends}
 
31
Suggests: ${haskell:Suggests}
 
32
Recommends: ${haskell:Recommends}
 
33
Provides: ${haskell:Provides}
 
34
Description: Haskell Text instance for SYB Class - GHC 6 libraries
 
35
 This package provides Haskell instances of the class Text for the Scrap
 
36
 Your Boilerplate with Class system.
 
37
 .
 
38
 The Scrap Your Boilerplate approach is a lightweight generic programming
 
39
 approach for Haskell. See package haskell-syb-with-class for more
 
40
 information.
 
41
 .
 
42
 This package contains the libraries compiled for GHC 6.
 
43
 
 
44
Package: libghc6-syb-with-class-instances-text-prof
 
45
Architecture: any
 
46
Depends:
 
47
 ${haskell:Depends},
 
48
 ${misc:Depends}
 
49
Suggests: ${haskell:Suggests}
 
50
Recommends: ${haskell:Recommends}
 
51
Provides: ${haskell:Provides}
 
52
Description: Haskell Text instance for SYB with Class - GHC 6 profiling libraries
 
53
 This package provides Haskell instances of the class Text for the Scrap
 
54
 Your Boilerplate with Class system.
 
55
 .
 
56
 The Scrap Your Boilerplate approach is a lightweight generic programming
 
57
 approach for Haskell. See package haskell-syb-with-class for more
 
58
 information.
 
59
 .
 
60
 This package contains the profiling libraries compiled for GHC 6.
 
61
 
 
62
Package: libghc6-syb-with-class-instances-text-doc
 
63
Section: doc
 
64
Architecture: all
 
65
Depends:
 
66
 ${haskell:Depends},
 
67
 ${misc:Depends}
 
68
Suggests: ${haskell:Suggests}
 
69
Recommends: ${haskell:Recommends}
 
70
Description: Haskell Text instance for SYB with Class - documentation
 
71
 This package provides Haskell instances of the class Text for the Scrap
 
72
 Your Boilerplate with Class system.
 
73
 .
 
74
 The Scrap Your Boilerplate approach is a lightweight generic programming
 
75
 approach for Haskell. See package haskell-syb-with-class for more
 
76
 information.
 
77
 .
 
78
 This package contains the library documentation.