[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:17:46 UTC 2010


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

    Fix up Posix.Consts

diff --git a/MissingH.cabal b/MissingH.cabal
index cf5b0d3..52c24fa 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -50,7 +50,7 @@ Exposed-Modules: MissingH.Str, MissingH.IO, System.IO.Binary, MissingH.List,
     System.IO.HVFS.InstanceHelpers,
     System.IO.HVFS.Utils,
   System.IO.HVIO, MissingH.IO.StatCompat, MissingH.IO.WindowsCompat,
-    System.IO.PlafCompat, System.IO.PosixConsts,
+    System.IO.PlafCompat, System.IO.Posix.Consts,
   Network.Email.Parser,
   System.Debian, System.Debian.ControlParser,
   MissingH.MIMETypes,
diff --git a/src/System/IO/Posix/Consts.hs b/src/System/IO/Posix/Consts.hs
index d42efc6..d7b5b5a 100644
--- a/src/System/IO/Posix/Consts.hs
+++ b/src/System/IO/Posix/Consts.hs
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
 {- |
-   Module     : System.IO.PosixConsts
+   Module     : System.IO.Posix.Consts
    Copyright  : Copyright (C) 2005 John Goerzen
    License    : GNU GPL, version 2 or above
 
@@ -31,7 +31,7 @@ by default.
 
 -}
 
-module System.IO.PosixConsts where
+module System.IO.Posix.Consts where
 import System.Posix.Types
 
 blockSpecialMode :: FileMode

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list