[commit: packages/Cabal] ghc-head: GHC 7.4 warnings. (26d3f41)
git at git.haskell.org
git at git.haskell.org
Wed Sep 4 23:58:16 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=26d3f4116decb66d4cedf523b2fc6583d1c2f2f7
>---------------------------------------------------------------
commit 26d3f4116decb66d4cedf523b2fc6583d1c2f2f7
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Fri Aug 30 19:15:14 2013 +0200
GHC 7.4 warnings.
>---------------------------------------------------------------
26d3f4116decb66d4cedf523b2fc6583d1c2f2f7
Cabal/tests/Distribution/Compat/CreatePipe.hsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cabal/tests/Distribution/Compat/CreatePipe.hsc b/Cabal/tests/Distribution/Compat/CreatePipe.hsc
index 7c170b8..afacbda 100644
--- a/Cabal/tests/Distribution/Compat/CreatePipe.hsc
+++ b/Cabal/tests/Distribution/Compat/CreatePipe.hsc
@@ -11,7 +11,7 @@ import qualified System.Posix.IO as Posix
# include <fcntl.h> /* for _O_BINARY */
import Control.Exception (onException)
import Foreign.C.Error (throwErrnoIfMinus1_)
-import Foreign.C.Types (CInt, CUInt)
+import Foreign.C.Types (CInt(..), CUInt(..))
import Foreign.Ptr (Ptr)
import Foreign.Marshal.Array (allocaArray)
import Foreign.Storable (peek, peekElemOff)
More information about the ghc-commits
mailing list