From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 15 Dec 2015 17:31:41 +0000 (+0530)
Subject: Tracker: remove redundant import
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/css/frontends/status?a=commitdiff_plain;h=ef7e0f8cd3bc2c7cfd631cbf3774558047e97c99;p=functorrent.git

Tracker: remove redundant import
---

diff --git a/src/FuncTorrent/Tracker.hs b/src/FuncTorrent/Tracker.hs
index b07fd25..224a30e 100644
--- a/src/FuncTorrent/Tracker.hs
+++ b/src/FuncTorrent/Tracker.hs
@@ -12,7 +12,6 @@ import Prelude hiding (lookup, splitAt)
 import Control.Applicative (liftA2)
 import Control.Concurrent (threadDelay)
 import Control.Concurrent.MVar (MVar, newEmptyMVar, newMVar, readMVar, putMVar)
-import Control.Exception (try)
 import Data.Binary (Binary(..), encode, decode)
 import Data.Binary.Put (putWord16be, putWord32be, putWord64be, putByteString)
 import Data.Binary.Get (Get, isEmpty, getByteString, getWord16be, getWord32be)