[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:10:18 UTC 2010
The following commit has been merged in the master branch:
commit 457065090e9261ae6fe87eee423c61292dc5b906
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed May 31 02:32:57 2006 +0100
Fixed missing Data.Bits import on mingw32
diff --git a/MissingH/IO/StatCompat.hs b/MissingH/IO/StatCompat.hs
index ca62a78..c7d59ab 100644
--- a/MissingH/IO/StatCompat.hs
+++ b/MissingH/IO/StatCompat.hs
@@ -38,6 +38,7 @@ import System.Posix.Types
import MissingH.IO.PosixConsts
#ifndef mingw32_HOST_OS
import System.Posix.Files(intersectFileModes)
+import Data.Bits
#endif
#ifdef mingw32_HOST_OS
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list