From 5fee61b3961d078c30e69fe70404f08b38690fcb Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Sat, 3 Aug 2013 13:05:17 +0000
Subject: [PATCH 2/3] Import the 'CInt' constructor properly.

---
 src/TorDNSEL/Log/Internals.hsc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TorDNSEL/Log/Internals.hsc b/src/TorDNSEL/Log/Internals.hsc
index 5e7854e..53f5cba 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)
-- 
1.7.9.5

