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


The following commit has been merged in the master branch:
commit 45ee152e9d5a5cbb5430809bdbe36b816a5d8340
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat May 7 08:17:42 2005 +0100

    Fixed initial doc comment

diff --git a/MissingH/IO/HVFS/Utils.hs b/MissingH/IO/HVFS/Utils.hs
index f9a04d9..c56bd79 100644
--- a/MissingH/IO/HVFS/Utils.hs
+++ b/MissingH/IO/HVFS/Utils.hs
@@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- 
+{- |
    Module     : MissingH.IO.HVFS.Utils
    Copyright  : Copyright (C) 2004 John Goerzen
    License    : GNU GPL, version 2 or above
@@ -148,4 +148,4 @@ lsl fs fp =
               linedata <- mapM (showentry fp fs) pairs
               return $ unlines $ ["total 1"] ++ linedata
                   
-            
\ No newline at end of file
+            

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list