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


The following commit has been merged in the master branch:
commit 5228a69742ae5d2a3c5c64efbc87f8f62a4c065b
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 01:52:41 2006 +0100

    Fix import of Posix.Consts on Windows

diff --git a/src/System/IO/WindowsCompat.hs b/src/System/IO/WindowsCompat.hs
index 88b6d7d..1b4a61e 100644
--- a/src/System/IO/WindowsCompat.hs
+++ b/src/System/IO/WindowsCompat.hs
@@ -65,7 +65,7 @@ where
 import System.Posix.Types
 import Data.Bits
 import System.IO.StatCompat
-import System.IO.PosixConsts
+import System.IO.Posix.Consts
 import System.Time.Utils
 import System.Directory
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list