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


The following commit has been merged in the master branch:
commit ba21d06b68afe156e15cda4d8cd8e988255f6b8e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Jun 28 15:20:46 2006 +0100

    One more MD5 fix

diff --git a/MissingH/Checksum/MD5.lhs b/MissingH/Checksum/MD5.lhs
index 2b31b1c..5bf7936 100644
--- a/MissingH/Checksum/MD5.lhs
+++ b/MissingH/Checksum/MD5.lhs
@@ -26,7 +26,7 @@ Also need a rotate left function that actually works.
 
 #ifdef __GLASGOW_HASKELL__
 #define rotL rotateL
->type Zord64 = Word64
+> type Zord64 = Word64
 #else
 
 > import MissingH.Checksum.MD5.Zord64_HARD

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list