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


The following commit has been merged in the master branch:
commit e226a56fdb790711259af7231f41ea3244a014ca
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 4 09:16:23 2004 +0100

    Renamed POSIX to Posix
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-32)

diff --git a/ChangeLog b/ChangeLog
index 7136989..a9f2805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,23 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-04 02:16:23 GMT	John Goerzen <jgoerzen at complete.org>	patch-32
+
+    Summary:
+      Renamed POSIX to Posix
+    Revision:
+      missingh--head--0.7--patch-32
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Checksum/CRC32/Posix.hs
+     testsrc/CRC32POSIXtest.hs
+
+    renamed files:
+     libsrc/MissingH/Checksum/CRC32/POSIX.hs
+       ==> libsrc/MissingH/Checksum/CRC32/Posix.hs
+
+
 2004-12-04 02:03:07 GMT	John Goerzen <jgoerzen at complete.org>	patch-31
 
     Summary:
diff --git a/libsrc/MissingH/Checksum/CRC32/POSIX.hs b/libsrc/MissingH/Checksum/CRC32/Posix.hs
similarity index 98%
rename from libsrc/MissingH/Checksum/CRC32/POSIX.hs
rename to libsrc/MissingH/Checksum/CRC32/Posix.hs
index 1ec300f..5d3f419 100644
--- a/libsrc/MissingH/Checksum/CRC32/POSIX.hs
+++ b/libsrc/MissingH/Checksum/CRC32/Posix.hs
@@ -17,7 +17,7 @@
 -- 	$Id: crc32.hs,v 1.2 2003/03/24 00:08:55 eris Exp $	
 
 {- |
-   Module     : MissingH.Checksum.CRC32.POSIX
+   Module     : MissingH.Checksum.CRC32.Posix
    Copyright  : Copyright (C) 2002 HardCore SoftWare, Doug Hoyte
    License    : GNU GPL
 
@@ -39,7 +39,7 @@ Modified December, 2004 by John Goerzen:
  * Updated things that didn't compile any more
 -}
 
-module MissingH.Checksum.CRC32.POSIX where
+module MissingH.Checksum.CRC32.Posix where
 
 import Data.Array
 import Data.Bits
diff --git a/testsrc/CRC32POSIXtest.hs b/testsrc/CRC32POSIXtest.hs
index be28507..8f831fa 100644
--- a/testsrc/CRC32POSIXtest.hs
+++ b/testsrc/CRC32POSIXtest.hs
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 module CRC32POSIXtest(tests) where
 import HUnit
-import MissingH.Checksum.CRC32.POSIX
+import MissingH.Checksum.CRC32.Posix
 
 test_crc32 =
     let f msg inp exp = TestLabel msg $ TestCase $ assertEqual "" exp (crc32 inp) in

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list