summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Protocol.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Protocol.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Protocol.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/Protocol.hs b/src/Network/BitTorrent/Tracker/Protocol.hs
index d1fff73c..ee395883 100644
--- a/src/Network/BitTorrent/Tracker/Protocol.hs
+++ b/src/Network/BitTorrent/Tracker/Protocol.hs
@@ -18,12 +18,10 @@
18-- scrape query -- which queries the state of a given torrent (or 18-- scrape query -- which queries the state of a given torrent (or
19-- a list of torrents) that the tracker is managing. 19-- a list of torrents) that the tracker is managing.
20-- 20--
21{-# OPTIONS -fno-warn-orphans #-}
22{-# LANGUAGE OverloadedStrings #-}
23{-# LANGUAGE RecordWildCards #-}
24{-# LANGUAGE GeneralizedNewtypeDeriving #-}
25{-# LANGUAGE FlexibleInstances #-} 21{-# LANGUAGE FlexibleInstances #-}
22{-# LANGUAGE GeneralizedNewtypeDeriving #-}
26{-# LANGUAGE TemplateHaskell #-} 23{-# LANGUAGE TemplateHaskell #-}
24{-# OPTIONS -fno-warn-orphans #-}
27module Network.BitTorrent.Tracker.Protocol 25module Network.BitTorrent.Tracker.Protocol
28 ( Event(..), AnnounceQuery(..), AnnounceInfo(..) 26 ( Event(..), AnnounceQuery(..), AnnounceInfo(..)
29 , defaultNumWant , defaultPorts 27 , defaultNumWant , defaultPorts