From 87ad0fe6f010b251aed042618dc82651294a477a Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Thu, 25 Jul 2013 20:29:08 +0000
Subject: [PATCH 1/2] Reimport internal GHC functions from new locations.

---
 src/TorDNSEL/Util.hsc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/TorDNSEL/Util.hsc b/src/TorDNSEL/Util.hsc
index 0ba7365..8cfe172 100644
--- a/src/TorDNSEL/Util.hsc
+++ b/src/TorDNSEL/Util.hsc
@@ -139,7 +139,8 @@ import System.Posix.Types (FileMode)
 import Text.Printf (printf)
 
 import GHC.IO.Handle (BufferMode(..))
-import GHC.IOBase (Handle, Handle__(..), readIORef, writeIORef)
+import GHC.IO.Handle.Types (Handle, Handle__(..))
+import GHC.IORef (readIORef, writeIORef)
 
 import Data.Binary (Binary(..))
 
-- 
1.7.9.5

