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


The following commit has been merged in the master branch:
commit c466b5beff2d676028c3ab9a2322713e7ed7b286
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Jun 28 14:47:29 2006 +0100

    Further hacking for MD5

diff --git a/MissingH.cabal b/MissingH.cabal
index 8db44d7..2c9cd1b 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -38,6 +38,7 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
   MissingH.Printf, MissingH.Printf.Types, MissingH.Printf.Printer,
   MissingH.Bits,
   MissingH.Checksum.CRC32.Posix, MissingH.Checksum.CRC32.GZip,
+   MissingH.Checksum.MD5, MissingH.Checksum.MD5.Zord64_HARD,
   MissingH.Compression.Inflate,
   MissingH.FileArchive.GZip,
   MissingH.Threads.Child, MissingH.Threads.Timeout,
diff --git a/MissingH/Checksum/MD5/Zord64_HARD.lhs b/MissingH/Checksum/MD5/Zord64_HARD.lhs
index 94bf45d..ae8c7c0 100644
--- a/MissingH/Checksum/MD5/Zord64_HARD.lhs
+++ b/MissingH/Checksum/MD5/Zord64_HARD.lhs
@@ -1,5 +1,5 @@
-
-> module Zord64_HARD (Zord64) where
+>-- #hide
+> module MissingH.Checksum.MD5.Zord64_HARD (Zord64) where
 
 > import Word
 > import Bits

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list