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


The following commit has been merged in the master branch:
commit 3a95eb39a496536f72ec0accd7358827d83eb6d9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Dec 3 11:20:48 2006 +0100

    Renamed MissingH.Wash.Utility.ISO8601 to System.Time.ISO8601

diff --git a/MissingH.cabal b/MissingH.cabal
index f022f0b..ed9d1ef 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -65,7 +65,7 @@ Exposed-Modules: Data.String, System.IO, System.IO.Binary, Data.List.Utils,
     Data.Codec.Base64,
     Network.Email.Utility.FileNames,
     Network.Email.Utility.Hex,
-    MissingH.Wash.Utility.ISO8601,
+    System.Time.ISO8601,
     Network.Email.Utility.IntToString,
     Network.Email.Utility.JavaScript,
     MissingH.Wash.Utility.Locking,
diff --git a/MissingH/Wash/Utility/ISO8601.hs b/src/System/Time/ISO8601.hs
similarity index 99%
rename from MissingH/Wash/Utility/ISO8601.hs
rename to src/System/Time/ISO8601.hs
index 5419ca1..783612e 100644
--- a/MissingH/Wash/Utility/ISO8601.hs
+++ b/src/System/Time/ISO8601.hs
@@ -1,5 +1,5 @@
 -- © 2002 Peter Thiemann
-module MissingH.Wash.Utility.ISO8601 where
+module System.Time.ISO8601 where
 
 import Char
 import Monad

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list