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


The following commit has been merged in the master branch:
commit 4fa85797a1b81f746a48224144a6457967a0f7b6
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Dec 3 10:12:18 2006 +0100

    Renamed MissingH.Threads to Control.Concurrent.Thread.Utils, refs #1

diff --git a/COPYRIGHT b/COPYRIGHT
index 1b0d1a2..37bb849 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -56,7 +56,7 @@ I (John Goerzen) have made these modifications:
  * One GHC 6.4 compatibility issue was fixed.
 
 ----------------------------------------------------
-The MissingH.Threads.Child and MissingH.Threads.Timeout modules are from
+The Control.Concurrent.Thread.Utils.Child and Control.Concurrent.Thread.Utils.Timeout modules are from
 child-2005-02-14 at http://cryp.to/blockio/.
 
 Copyright/License:
diff --git a/MissingH.cabal b/MissingH.cabal
index ffd0c7c..cc5a05b 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -13,7 +13,7 @@ Exposed-Modules: MissingH.Str, System.IO, System.IO.Binary, Data.List.Utils,
   System.Log, System.Log.Handler,
     System.Log.Handler.Simple, System.Log.Handler.Syslog,
     System.Log.Logger, 
-  MissingH.Threads,
+  Control.Concurrent.Thread.Utils,
   Network.Email.Sendmail,
   Language.RFC2234.Parse, Language.RFC2821.Parse, 
     Language.RFC2822.Parse,
@@ -43,7 +43,7 @@ Exposed-Modules: MissingH.Str, System.IO, System.IO.Binary, Data.List.Utils,
    Data.Hash.MD5, Data.Hash.MD5.Zord64_HARD,
   Data.Compression.Inflate,
   MissingH.FileArchive.GZip,
-  MissingH.Threads.Child, MissingH.Threads.Timeout,
+  Control.Concurrent.Thread.Utils.Child, Control.Concurrent.Thread.Utils.Timeout,
   System.IO.BlockIO,
   System.IO.HVFS,
     System.IO.HVFS.Combinators,
diff --git a/debian/copyright b/debian/copyright
index 1b0d1a2..37bb849 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -56,7 +56,7 @@ I (John Goerzen) have made these modifications:
  * One GHC 6.4 compatibility issue was fixed.
 
 ----------------------------------------------------
-The MissingH.Threads.Child and MissingH.Threads.Timeout modules are from
+The Control.Concurrent.Thread.Utils.Child and Control.Concurrent.Thread.Utils.Timeout modules are from
 child-2005-02-14 at http://cryp.to/blockio/.
 
 Copyright/License:
diff --git a/MissingH/Threads.hs b/src/Control/Concurrent/Thread/Utils.hs
similarity index 93%
rename from MissingH/Threads.hs
rename to src/Control/Concurrent/Thread/Utils.hs
index 65686c3..5764606 100644
--- a/MissingH/Threads.hs
+++ b/src/Control/Concurrent/Thread/Utils.hs
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
 {- |
-   Module     : MissingH.Threads
+   Module     : Control.Concurrent.Thread.Utils
    Copyright  : Copyright (C) 2004 John Goerzen
    License    : GNU GPL, version 2 or above
 
@@ -30,7 +30,7 @@ This module provides various helpful utilities for dealing with threads.
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
-module MissingH.Threads(-- * I\/O utilities
+module Control.Concurrent.Thread.Utils(-- * I\/O utilities
                         runInThread
                        )
 where

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list