[Pkg-haskell-commits] darcs: haskell-configfile: Add profiling package
Iain Lane
laney at ubuntu.com
Fri Jan 4 14:45:30 UTC 2013
Sat Jul 3 15:58:52 UTC 2010 Iain Lane <laney at ubuntu.com>
* Add profiling package
Ignore-this: 394ee4ffff4c552c38df22eb068cd4b0
M ./changelog +1
M ./control -1 +27
Sat Jul 3 15:58:52 UTC 2010 Iain Lane <laney at ubuntu.com>
* Add profiling package
Ignore-this: 394ee4ffff4c552c38df22eb068cd4b0
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:45:30.066721635 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:45:30.399221305 +0000
@@ -4,6 +4,7 @@
+ Clean up Build-Depends and bump some minimum versions
+ Slightly rewrite short and long descriptions to be more DHG consistent
+ Rename documentation package
+ + Add profiling package
+ Standards-Version 3.9.0, use Breaks/Replaces to rename doc package
-- Iain Lane <laney at ubuntu.com> Sat, 03 Jul 2010 10:59:50 +0100
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:45:30.066721635 +0000
+++ new-haskell-configfile//control 2013-01-04 14:45:30.419222090 +0000
@@ -9,7 +9,11 @@
cpphs,
libghc6-missingh-dev (>= 1.0.3.2),
libghc6-regex-compat-dev,
- libghc6-mtl-dev
+ libghc6-mtl-dev,
+ ghc6-prof (>= 6.12),
+ libghc6-missingh-prof (>= 1.0.3.2),
+ libghc6-regex-compat-prof,
+ libghc6-mtl-prof
Build-Depends-Indep: ghc6-doc (>= 6.12),
libghc6-missingh-doc (>= 1.0.3.2),
libghc6-regex-compat-doc,
@@ -40,6 +44,28 @@
It's possible to make a config file parsable by this module,
the Unix shell, and make.
+Package: libghc6-configfile-prof
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Suggests: libghc6-configfile-doc
+Description: Parser and writer for sectioned config files in Haskell; profiling libraries
+ This package provides a library for the Haskell programming language. See
+ http://www.haskell.org/ for more information on Haskell.
+ .
+ The ConfigFile module works with configuration files in a standard
+ format that is easy for the user to edit, easy for the programmer
+ to work with, yet remains powerful and flexible. It is inspired by,
+ and compatible with, Python's ConfigParser module. It uses files
+ that resemble Windows .INI-style files, but with numerous
+ improvements.
+ .
+ ConfigFile provides simple calls to both read and write config files.
+ It's possible to make a config file parsable by this module,
+ the Unix shell, and make.
+ .
+ This package contains configfile compiled for profiling.
+
Package: libghc6-configfile-doc
Section: doc
Architecture: all
More information about the Pkg-haskell-commits
mailing list