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


The following commit has been merged in the master branch:
commit c25b54c89ebcee6cabf4c06d5d3e1af22732a0bd
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Jul 19 02:22:19 2006 +0100

    Import Data.Bits everywhere

diff --git a/MissingH/IO/StatCompat.hs b/MissingH/IO/StatCompat.hs
index c7d59ab..cabf71a 100644
--- a/MissingH/IO/StatCompat.hs
+++ b/MissingH/IO/StatCompat.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE CPP #-}
 {- 
-Copyright (C) 2005 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2005,2006 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
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 {- |
    Module     : MissingH.IO.StatCompat
-   Copyright  : Copyright (C) 2005 John Goerzen
+   Copyright  : Copyright (C) 2005-2006 John Goerzen
    License    : GNU GPL, version 2 or above
 
    Maintainer : John Goerzen <jgoerzen at complete.org> 
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Provide a stat-like structure for use in MissingH.  Especially
 useful with HVFS and on Windows.  See also "MissingH.IO.WindowsCompat".
 
-Copyright (c) 2005 John Goerzen, jgoerzen\@complete.org
+Copyright (c) 2005-2006 John Goerzen, jgoerzen\@complete.org
 -}
 
 module MissingH.IO.StatCompat 
@@ -38,8 +38,8 @@ import System.Posix.Types
 import MissingH.IO.PosixConsts
 #ifndef mingw32_HOST_OS
 import System.Posix.Files(intersectFileModes)
-import Data.Bits
 #endif
+import Data.Bits
 
 #ifdef mingw32_HOST_OS
 type LinkCount = Int

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list