[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:44:39 UTC 2010


The following commit has been merged in the master branch:
commit 40cff501e7135ed55dc7ab71bc515025a6df0ac9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Oct 9 07:15:16 2004 +0100

    Updated README file
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-65)

diff --git a/ChangeLog b/ChangeLog
index 9837621..2c32d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-09 01:15:16 GMT	John Goerzen <jgoerzen at complete.org>	patch-65
+
+    Summary:
+      Updated README file
+    Revision:
+      missingh--head--1.0--patch-65
+
+
+    modified files:
+     ChangeLog README
+
+
 2004-10-09 00:54:32 GMT	John Goerzen <jgoerzen at complete.org>	patch-64
 
     Summary:
diff --git a/README b/README
index 0420b13..96e1c0b 100644
--- a/README
+++ b/README
@@ -3,29 +3,67 @@ What is MissingH?
 -------------------------
 
 It's a collection of Haskell-related utilities.  It is an extension of my
-earlier work developing MissingLib for OCaml.  The following modules are
-are provided at this time, and more are likely to follow:
+earlier work developing MissingLib for OCaml.  
 
-IOutil                  * Copying data between files or handles
-                        * Lazy operations on line input
-                        * Binary I/O with Haskell strings
-                        * Lazy operations on binary blocks
+-------------------------
+Major Features
+-------------------------
+
+ * Powerful Logging Framework for Haskell
+   This framework provides a system of hierarchical loggers and
+   modular handlers permitting fine-grained logging with a great deal
+   of control and yet a simple and fast interface.  It's based on
+   log4j for Java and logging for Python.
+
+   Also included is a native-Haskell Syslog client.
+
+ * IO utilities make it easier to work with line-based text files
+   and binary files
+
+ * List utilities including association list tools,
+   list splitting, truncation, and delimiter joining
+
+ * String utilities including removal of leading or trailing
+   whitespace, joining, splitting, and truncation
+
+The following modules are are provided at this time, and more are
+likely to follow:
+
+MissingH.IO              * Copying data between files or handles
+                         * Lazy operations on line input
+
+MissingH.Io.Binary       * Binary I/O with Haskell strings
+                         * Lazy operations on binary blocks
+
+MissingH.List            * Association list manipulation
+                         * List splitting and delimiter joining
+                         * Truncation
+
+MissingH.Logging         * Base logging types
+
+MissingH.Logging.Handler * Base handler types
+
+MissingH.Logging.        * Logging to a stream
+ Handler.Simple          * Logging to a file
+
+MissingH.Logging.        * Logging to local or remote syslog
+ Handler.Syslog          * No C library implementation required
+
+MissingH.Logging.Logger  * Primary user interface to logging
+                         * Documentation for the logging system
 
-Listutil                * Association list manipulation
-                        * List splitting and delimiter joining
-                        * Truncation
 
-Strutil                 * Leading/trailing whitespace removal
-                        * Beginning/ending tests
-                        * Joining, splitting, and truncation
+MissingH.Str             * Leading/trailing whitespace removal
+                         * Beginning/ending tests
+                         * Joining, splitting, and truncation
 
 
-The entire library has no prerequisites save the Haskell standard library and
-findlib and is designed to install without complexity on a variety of systems.
-It could also easily be embedded within your own source trees so that users
-need not have it installed beforehand.
+The entire library has no prerequisites save the Haskell standard
+library and is designed to install without complexity on a variety of
+systems.  It could also easily be embedded within your own source
+trees so that users need not have it installed beforehand.
 
-** THIS IS CURRENTLY ALPHA-QUALITY CODE; MAJOR API FLUCTUATIONS MAY YET OCCUR.
+** THIS IS CURRENTLY BETA-QUALITY CODE; MAJOR API FLUCTUATIONS MAY YET OCCUR.
 
 -------------------------
 Quick Start

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list