[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 15:02:40 UTC 2010


The following commit has been merged in the master branch:
commit 42d8d274ebf956a3571c469aa35dcd9bd854b30c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Sep 29 03:07:20 2005 +0100

    Misc. adjustments

diff --git a/MissingH.cabal b/MissingH.cabal
index 11962e1..ce0f678 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -6,6 +6,7 @@ Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Alpha
 Copyright: Copyright (c) 2004-2005 John Goerzen
 Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
+  MissingH.Daemon,
   MissingH.Logging, MissingH.Logging.Handler,
     MissingH.Logging.Handler.Simple, MissingH.Logging.Handler.Syslog,
     MissingH.Logging.Logger, 
diff --git a/MissingH/Daemon.hs b/MissingH/Daemon.hs
index b0f9ace..7fed208 100644
--- a/MissingH/Daemon.hs
+++ b/MissingH/Daemon.hs
@@ -78,7 +78,7 @@ Note that this is not intended for a daemon invoked from inetd(1).
 -}
 
 detachDaemon :: IO ()
-detachDeamon = trap $ 
+detachDaemon = trap $ 
                do forkProcess child1 
                   exitImmediately ExitSuccess
 
diff --git a/MissingH/IO.hs b/MissingH/IO.hs
index c6c8043..4684d6f 100644
--- a/MissingH/IO.hs
+++ b/MissingH/IO.hs
@@ -26,13 +26,14 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    Stability  : provisional
    Portability: portable
 
-This module provides various helpful utilities for dealing with I\/O.
+This module provides various helpful utilities for dealing with I\/O
+in Haskell.
 
 There are more functions in "MissingH.IO.Binary".
 
 Written by John Goerzen, jgoerzen\@complete.org
 
-If you're not familiar with the "MissingH.IO.HVIO.HVIO" types, don't worry;
+If you\'re not familiar with the "MissingH.IO.HVIO.HVIO" types, don\'t worry;
 you can just use a regular Handle anywhere you see them.
 -}
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list