Repository : ssh://[email protected]/Cabal On branch : ghc-head Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=ce77fb01e3fac163cfa7ca37bd188a8ebeced9f7
>--------------------------------------------------------------- commit ce77fb01e3fac163cfa7ca37bd188a8ebeced9f7 Author: Mikhail Glushenkov <[email protected]> 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) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
