[tor-commits] [tordnsel/master] import CInt constructors
arlo at torproject.org
arlo at torproject.org
Fri Mar 4 20:49:31 UTC 2016
commit 3b1cf52e377f0ef9fe3daae3f396f545668897f8
Author: David Kaloper <david at numm.org>
Date: Fri Oct 11 18:45:25 2013 +0200
import CInt constructors
---
src/TorDNSEL/Log/Internals.hsc | 2 +-
src/TorDNSEL/Main.hsc | 2 +-
src/TorDNSEL/Random.hs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/TorDNSEL/Log/Internals.hsc b/src/TorDNSEL/Log/Internals.hsc
index 7d7a2d8..7c5b490 100644
--- a/src/TorDNSEL/Log/Internals.hsc
+++ b/src/TorDNSEL/Log/Internals.hsc
@@ -33,7 +33,7 @@ import Data.Bits ((.|.))
import qualified Data.ByteString.Char8 as B
import Data.List (foldl')
import Data.Time (UTCTime, getCurrentTime)
-import Foreign.C (CString, CInt, withCString)
+import Foreign.C (CString, CInt(..), withCString)
import System.IO
(Handle, stdout, stderr, openFile, IOMode(AppendMode), hFlush, hClose)
import System.IO.Unsafe (unsafePerformIO)
diff --git a/src/TorDNSEL/Main.hsc b/src/TorDNSEL/Main.hsc
index 3037ee7..4d4092e 100644
--- a/src/TorDNSEL/Main.hsc
+++ b/src/TorDNSEL/Main.hsc
@@ -108,7 +108,7 @@ import System.Posix.Types (UserID, GroupID)
import System.Posix.User
( getEffectiveUserID, UserEntry(userID), GroupEntry(groupID)
, getUserEntryForName, getGroupEntryForName, setUserID, setGroupID )
-import Foreign.C (CString, CInt, withCString)
+import Foreign.C (CString, CInt(..), withCString)
import TorDNSEL.Config
import TorDNSEL.Control.Concurrent.Link
diff --git a/src/TorDNSEL/Random.hs b/src/TorDNSEL/Random.hs
index 8464223..69c254d 100644
--- a/src/TorDNSEL/Random.hs
+++ b/src/TorDNSEL/Random.hs
@@ -26,7 +26,7 @@ import System.Directory (doesFileExist)
import System.IO (Handle, openFile, IOMode(ReadMode))
import Foreign (Ptr, Word8, withForeignPtr, plusPtr)
-import Foreign.C.Types (CInt)
+import Foreign.C.Types (CInt(..))
import TorDNSEL.Util
More information about the tor-commits
mailing list