[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:45 UTC 2010


The following commit has been merged in the master branch:
commit 3394e109b475a5b1a7dd5cb55f283138315cd229
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Oct 20 02:25:47 2004 +0100

    Fixed setup.description syntax
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-73)

diff --git a/ChangeLog b/ChangeLog
index b97d0be..2039b27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-19 20:25:47 GMT	John Goerzen <jgoerzen at complete.org>	patch-73
+
+    Summary:
+      Fixed setup.description syntax
+    Revision:
+      missingh--head--1.0--patch-73
+
+
+    modified files:
+     ChangeLog Setup.description libsrc/MissingH/Logging/Handler.hs
+
+
 2004-10-19 20:23:17 GMT	John Goerzen <jgoerzen at complete.org>	patch-72
 
     Summary:
diff --git a/Setup.description b/Setup.description
index bcebc5f..630c5cd 100644
--- a/Setup.description
+++ b/Setup.description
@@ -8,7 +8,8 @@ Copyright: Copyright (c) 2004 John Goerzen
 Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
   MissingH.Logging, MissingH.Logging.Handler,
     MissingH.Logging.Handler.Simple, MissingH.Logging.Handler.Syslog,
-    MissingH.Logging.Logger, MissingH.Threads
+    MissingH.Logging.Logger, 
+  MissingH.Threads,
   MissingH.Str
 HS-Source-Dir: libsrc
 Extensions: ExistentialQuantification
diff --git a/libsrc/MissingH/Logging/Handler.hs b/libsrc/MissingH/Logging/Handler.hs
index 8207ade..7ed9390 100644
--- a/libsrc/MissingH/Logging/Handler.hs
+++ b/libsrc/MissingH/Logging/Handler.hs
@@ -33,6 +33,7 @@ module MissingH.Logging.Handler(-- * Basic Types
 import MissingH.Logging
 import IO
 
+{- | All log handlers should adhere to this. -}
 
 {- | This is the base class for the various log handlers.  They should
 all adhere to this class. -}

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list