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


The following commit has been merged in the master branch:
commit 534efeab929a3a22ac4d0bd77a481d93b39afb0e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Oct 14 03:33:31 2006 +0100

    Update module name

diff --git a/MissingH/Quantity.hs b/MissingH/Quantity.hs
index 290fe5a..736ad17 100644
--- a/MissingH/Quantity.hs
+++ b/MissingH/Quantity.hs
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
 {- |
-   Module     : MissingH.Size
+   Module     : MissingH.Quantity
    Copyright  : Copyright (C) 2006 John Goerzen
    License    : GNU GPL, version 2 or above
 
@@ -29,11 +29,11 @@ Tools for rendering sizes
 
 Written by John Goerzen, jgoerzen\@complete.org -}
 
-module MissingH.Size (quantifyNum,
-                      renderNum,
-                      SizeOpts(..),
-                      binaryOpts,
-                      siOpts
+module MissingH.Quantity (quantifyNum,
+                          renderNum,
+                          SizeOpts(..),
+                          binaryOpts,
+                          siOpts
                      )
 
 where

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list