~ubuntu-branches/ubuntu/maverick/haskell-configfile/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-03-08 14:22:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070308142203-j9niks7p5q8e9ycs
Tags: 1.0.1
Rebuild against newer MissingH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: haskell-configfile
 
2
Priority: optional
 
3
Maintainer: John Goerzen <jgoerzen@complete.org>
 
4
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-missingh-dev (>= 0.18.3), libghc6-mtl-dev
 
5
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-missingh (>= 0.18.3)
 
6
Standards-Version: 3.6.2
 
7
Section: devel
 
8
 
 
9
Package: libghc6-configfile-dev
 
10
Section: devel
 
11
Architecture: any
 
12
Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 0.18.3), libghc6-mtl-dev
 
13
Suggests: configfile-doc
 
14
Description: Parser and writer for handling sectioned config files in Haskell, GHC package
 
15
 The ConfigFile module works with configuration files in a standard
 
16
 format that is easy for the user to edit, easy for the programmer
 
17
 to work with, yet remains powerful and flexible.  It is inspired by,
 
18
 and compatible with, Python's ConfigParser module.  It uses files
 
19
 that resemble Windows .INI-style files, but with numerous
 
20
 improvements.
 
21
 .
 
22
 ConfigFile provides simple calls to both read and write config files.
 
23
 It's possible to make a config file parsable by this module,
 
24
 the Unix shell, and make.
 
25
 
 
26
Package: libhugs-configfile
 
27
Section: devel
 
28
Architecture: all
 
29
Depends: ${haskell:Depends}, libhugs-missingh (>= 0.18.3)
 
30
Suggests: configfile-doc
 
31
Description: Parser and writer for handling sectioned config files in Haskell, Hugs package
 
32
 The ConfigFile module works with configuration files in a standard
 
33
 format that is easy for the user to edit, easy for the programmer
 
34
 to work with, yet remains powerful and flexible.  It is inspired by,
 
35
 and compatible with, Python's ConfigParser module.  It uses files
 
36
 that resemble Windows .INI-style files, but with numerous
 
37
 improvements.
 
38
 .
 
39
 ConfigFile provides simple calls to both read and write config files.
 
40
 It's possible to make a config file parsable by this module,
 
41
 the Unix shell, and make.
 
42
 
 
43
Package: configfile-doc
 
44
Section: doc
 
45
Architecture: all
 
46
Description: Parser and writer for handling sectioned config files in Haskell, Documentation
 
47
 The ConfigFile module works with configuration files in a standard
 
48
 format that is easy for the user to edit, easy for the programmer
 
49
 to work with, yet remains powerful and flexible.  It is inspired by,
 
50
 and compatible with, Python's ConfigParser module.  It uses files
 
51
 that resemble Windows .INI-style files, but with numerous
 
52
 improvements.
 
53
 .
 
54
 ConfigFile provides simple calls to both read and write config files.
 
55
 It's possible to make a config file parsable by this module,
 
56
 the Unix shell, and make.
 
57