[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:06:43 UTC 2010
The following commit has been merged in the master branch:
commit 83f6f9afa6409b3678181b81b2ea28e1326cd703
Author: John Goerzen <jgoerzen at complete.org>
Date: Thu Dec 29 00:25:32 2005 +0100
Fixes to docs
diff --git a/MissingH/IO/HVFS/Utils.hs b/MissingH/IO/HVFS/Utils.hs
index 8ae9a86..6fa0280 100644
--- a/MissingH/IO/HVFS/Utils.hs
+++ b/MissingH/IO/HVFS/Utils.hs
@@ -52,7 +52,7 @@ import System.Locale
import System.IO.Unsafe
{- | Obtain a recursive listing of all files\/directories beneath
-the specified directory. The traversal is depth-first (FIXME: is this true?)
+the specified directory. The traversal is depth-first
and the original
item is always present in the returned list.
diff --git a/MissingH/IO/HVIO.hs b/MissingH/IO/HVIO.hs
index 1c75fe0..06f5f22 100644
--- a/MissingH/IO/HVIO.hs
+++ b/MissingH/IO/HVIO.hs
@@ -1,5 +1,5 @@
{- arch-tag: HVIO main file
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
{- |
Module : MissingH.IO.HVIO
- Copyright : Copyright (C) 2004 John Goerzen
+ Copyright : Copyright (C) 2004-2005 John Goerzen
License : GNU GPL, version 2 or above
Maintainer : John Goerzen <jgoerzen at complete.org>
@@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Haskell Virtual I\/O -- a system to increase the flexibility of input and
output in Haskell
-Copyright (c) 2004 John Goerzen, jgoerzen\@complete.org
+Copyright (c) 2004-2005 John Goerzen, jgoerzen\@complete.org
HVIO provides the following general features:
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list