From: "Alexander Vershilov (qnikst)" <qnikst@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/network-bytestring/files: network-bytestring-0.1.3.4-ghc-7.6.patch
Date: Thu, 20 Jun 2013 05:26:30 +0000 (UTC) [thread overview]
Message-ID: <20130620052630.933FD2171D@flycatcher.gentoo.org> (raw)
qnikst 13/06/20 05:26:30
Added: network-bytestring-0.1.3.4-ghc-7.6.patch
Log:
add 0.1.3.4 due to #473858
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Revision Changes Path
1.1 dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch?rev=1.1&content-type=text/plain
Index: network-bytestring-0.1.3.4-ghc-7.6.patch
===================================================================
diff --git a/Network/Socket/ByteString.hs b/Network/Socket/ByteString.hs
index 2fbeaa3..adf3116 100644
--- a/Network/Socket/ByteString.hs
+++ b/Network/Socket/ByteString.hs
@@ -45,7 +45,7 @@ import Data.ByteString (ByteString)
import Data.ByteString.Internal (createAndTrim)
import Data.ByteString.Unsafe (unsafeUseAsCStringLen)
import Data.Word (Word8)
-import Foreign.C.Types (CInt)
+import Foreign.C.Types
import Foreign.Marshal.Alloc (allocaBytes)
import Foreign.Ptr (Ptr, castPtr)
import Network.Socket (SockAddr, Socket(..), sendBufTo, recvBufFrom)
diff --git a/Network/Socket/ByteString/Internal.hs b/Network/Socket/ByteString/Internal.hs
index c6a835b..eb41194 100644
--- a/Network/Socket/ByteString/Internal.hs
+++ b/Network/Socket/ByteString/Internal.hs
@@ -11,9 +11,9 @@ module Network.Socket.ByteString.Internal
import System.IO.Error (ioeSetErrorString, mkIOError)
#if !defined(mingw32_HOST_OS)
-import Foreign.C.Types (CInt)
+import Foreign.C.Types
import Foreign.Ptr (Ptr)
-import System.Posix.Types (CSsize)
+import System.Posix.Types
import Network.Socket.ByteString.IOVec (IOVec)
import Network.Socket.ByteString.MsgHdr (MsgHdr)
reply other threads:[~2013-06-20 5:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130620052630.933FD2171D@flycatcher.gentoo.org \
--to=qnikst@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox