[Pkg-haskell-commits] darcs: haskell-configfile: More tweaks

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:46:17 UTC 2013


Fri Dec  8 07:00:53 UTC 2006  John Goerzen <jgoerzen at complete.org>
  * More tweaks
  Ignore-this: f01009412377f3535fa1348c6cb0590b
  

    M ./changelog +8
    M ./control -42 +40
    M ./copyright -1 +1

Fri Dec  8 07:00:53 UTC 2006  John Goerzen <jgoerzen at complete.org>
  * More tweaks
  Ignore-this: f01009412377f3535fa1348c6cb0590b
  
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-01-04 14:46:15.959942208 +0000
+++ new-haskell-configfile//changelog	2013-01-04 14:46:17.662719897 +0000
@@ -1,3 +1,11 @@
+haskell-configfile (1.0.0) unstable; urgency=low
+
+  * Initial release.  Closes: #402080.
+    This package was split off of MissingH as part of the MissingH
+    transition plan.
+
+ -- John Goerzen <jgoerzen at complete.org>  Thu,  7 Dec 2006 18:58:38 -0600
+
 missingh (0.18.0) unstable; urgency=low
 
   * Major API changes in this release; several large modules being
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-01-04 14:46:15.955902091 +0000
+++ new-haskell-configfile//control	2013-01-04 14:46:17.662719897 +0000
@@ -1,59 +1,57 @@
-Source: missingh
+Source: haskell-configfile
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hunit, libhugs-hslogger
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-missingh-dev (>= 0.18.0), libghc6-mtl-dev
+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.0)
 Standards-Version: 3.6.2
 Section: devel
 
-Package: libghc6-missingh-dev
+Package: libghc6-configfile-dev
 Section: devel
 Architecture: any
-Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev, libghc6-hslogger-dev
-Suggests: missingh-doc
-Description: Library of utility functions for Haskell, GHC6 package 
- MissingH is a library of all sorts of utility functions for
- Haskell programmers.  It is written in pure Haskell and thus should
- be extremely portable and easy to use.  It also has no prerequisites
- save those that are commonly included with Haskell compilers.
+Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 0.18.0), libghc6-mtl-dev
+Suggests: configfile-doc
+Description: Parser and writer for handling sectioned config files in Haskell, GHC package
+ 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.
  .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features.  However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
+ 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.
 
-Package: libhugs-missingh
+Package: libhugs-configfile
 Section: devel
 Architecture: all
-Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hunit, libhugs-hslogger
-Suggests: missingh-doc
-Description: Library of utility functions for Haskell, Hugs package 
- MissingH is a library of all sorts of utility functions for
- Haskell programmers.  It is written in pure Haskell and thus should
- be extremely portable and easy to use.  It also has no prerequisites
- save those that are commonly included with Haskell compilers.
+Depends: ${haskell:Depends}, libhugs-missingh (>= 0.18.0)
+Suggests: configfile-doc
+Description: Parser and writer for handling sectioned config files in Haskell, Hugs package
+ 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.
  .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features.  However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
+ 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.
 
-Package: missingh-doc
+Package: configfile-doc
 Section: doc
 Architecture: all
-Description: Documentation for Haskell utility library
- MissingH is a library of all sorts of utility functions for
- Haskell programmers.  It is written in pure Haskell and thus should
- be extremely portable and easy to use.  It also has no prerequisites
- save those that are commonly included with Haskell compilers.
+Description: Parser and writer for handling sectioned config files in Haskell, Documentation
+ 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.
  .
- MissingH is based on my MissingLib library for OCaml and contains some
- of the same features.  However, some features are left behind because
- they are already in Haskell or not needed here -- and others are added
- due to things Haskell is missing, or things that Haskell makes
- possible.
- .
- This package provides the API documentation for MissingH.
+ 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.
 
diff -rN -u old-haskell-configfile//copyright new-haskell-configfile//copyright
--- old-haskell-configfile//copyright	2013-01-04 14:46:15.887965903 +0000
+++ new-haskell-configfile//copyright	2013-01-04 14:46:16.986221033 +0000
@@ -1,4 +1,4 @@
-MissingH: Haskell libraries
+ConfigFile
 Copyright (C) 2004-2006 John Goerzen <jgoerzen at complete.org>
 
 All code is under the following license unless otherwise noted:





More information about the Pkg-haskell-commits mailing list