diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index be5c2fb8..e1e6ea71 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -9,8 +9,6 @@ | |||
9 | -- communication. Tracker is used to discover other peers in the | 9 | -- communication. Tracker is used to discover other peers in the |
10 | -- network using torrent info hash. | 10 | -- network using torrent info hash. |
11 | -- | 11 | -- |
12 | {-# LANGUAGE OverloadedStrings #-} | ||
13 | {-# LANGUAGE RecordWildCards #-} | ||
14 | {-# LANGUAGE TemplateHaskell #-} | 12 | {-# LANGUAGE TemplateHaskell #-} |
15 | module Network.BitTorrent.Tracker | 13 | module Network.BitTorrent.Tracker |
16 | ( withTracker, completedReq | 14 | ( withTracker, completedReq |