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


The following commit has been merged in the master branch:
commit df6013a11a1fbc2b797a8e5ee033eeafbd61e694
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Dec 3 12:56:56 2006 +0100

    Fixed an error around System.IO.Utils

diff --git a/MissingH.cabal b/MissingH.cabal
index 38625de..2af0df8 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -6,7 +6,7 @@ Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Beta
 Copyright: Copyright (c) 2004-2006 John Goerzen
 Hs-Source-Dirs: src
-Exposed-Modules: Data.String, System.IO, System.IO.Binary, Data.List.Utils,
+Exposed-Modules: Data.String, System.IO.Utils, System.IO.Binary, Data.List.Utils,
   System.Daemon,
   Text.ParserCombinators.Parsec.Utils,
   Test.HUnit.Utils,
diff --git a/src/Data/MIME/Types.hs b/src/Data/MIME/Types.hs
index 81f9ed5..e970d33 100644
--- a/src/Data/MIME/Types.hs
+++ b/src/Data/MIME/Types.hs
@@ -49,7 +49,7 @@ import qualified System.Directory
 import Monad
 import System.IO
 import System.IO.Error
-import System.IO
+import System.IO.Utils
 import System.Path
 import Data.Map.Utils
 import Data.Char
diff --git a/src/System/IO.hs b/src/System/IO/Utils.hs
similarity index 98%
rename from src/System/IO.hs
rename to src/System/IO/Utils.hs
index 1acb570..e12bc24 100644
--- a/src/System/IO.hs
+++ b/src/System/IO/Utils.hs
@@ -17,8 +17,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
 {- |
-   Module     : System.IO
-   Copyright  : Copyright (C) 2004-2005 John Goerzen
+   Module     : System.IO.Utils
+   Copyright  : Copyright (C) 2004-2006 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
 asdf.
 -}
 
-module System.IO(-- * Entire File Handle Utilities
+module System.IO.Utils(-- * Entire File Handle Utilities
                        -- ** Opened Handle Data Copying
                        hCopy, hCopyProgress, hLineCopy, lineCopy,
                        -- ** Disk File Data Copying

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list