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


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

    Renamed MissingH.Wash.Utility.Base32 to Data.Codec.Base32

diff --git a/MissingH.cabal b/MissingH.cabal
index fcf5e30..44ad50f 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -61,7 +61,7 @@ Exposed-Modules: Data.String, System.IO, System.IO.Binary, Data.List.Utils,
     Network.Email.Message.Parser,
     Network.Email.Message,
   Network.Email.Utility.Auxiliary,
-    MissingH.Wash.Utility.Base32,
+    Data.Codec.Base32,
     MissingH.Wash.Utility.Base64,
     Network.Email.Utility.FileNames,
     Network.Email.Utility.Hex,
diff --git a/MissingH/Wash/Utility/Base32.hs b/src/Data/Codec/Base32.hs
similarity index 98%
rename from MissingH/Wash/Utility/Base32.hs
rename to src/Data/Codec/Base32.hs
index dea78bf..0c51499 100644
--- a/MissingH/Wash/Utility/Base32.hs
+++ b/src/Data/Codec/Base32.hs
@@ -2,7 +2,7 @@
 -- http://www.ietf.org/rfc/rfc3548.txt
 -- Author: Niklas Deutschmann
 
-module MissingH.Wash.Utility.Base32 (encode, decode) where
+module Data.Codec.Base32 (encode, decode) where
 
 import Bits
 import Char
diff --git a/src/Network/Email/Utility/URLCoding.hs b/src/Network/Email/Utility/URLCoding.hs
index 8983826..6c33c5f 100644
--- a/src/Network/Email/Utility/URLCoding.hs
+++ b/src/Network/Email/Utility/URLCoding.hs
@@ -1,6 +1,6 @@
 -- © 2001, 2002 Peter Thiemann
 -- |Implements coding of non-alphanumeric characters in URLs and CGI-requests.
-module MissingH.Wash.Utility.URLCoding (encode, decode) where
+module Network.Email.Utility.URLCoding (encode, decode) where
 
 import Char
 import Network.Email.Utility.Hex

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list