[commit: packages/Cabal] ghc-head: Make the test suite build on GHC 7.2. (ce77fb0)
git at git.haskell.org
git at git.haskell.org
Wed Sep 4 23:58:10 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=ce77fb01e3fac163cfa7ca37bd188a8ebeced9f7
>---------------------------------------------------------------
commit ce77fb01e3fac163cfa7ca37bd188a8ebeced9f7
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date: Fri Aug 30 18:03:09 2013 +0200
Make the test suite build on GHC 7.2.
>---------------------------------------------------------------
ce77fb01e3fac163cfa7ca37bd188a8ebeced9f7
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 a46304e..7c170b8 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(CInt), CUInt(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