summaryrefslogtreecommitdiff
path: root/bittorrent/src/Network/BitTorrent/Tracker.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-08 23:34:14 -0400
committerjoe <joe@jerkface.net>2018-06-08 23:34:14 -0400
commit2625c8b7a66c0245d1eacbe0076f04df6ae8acd8 (patch)
tree89e4d9c7bc56c649d8ca8363234c81eb5fb02a70 /bittorrent/src/Network/BitTorrent/Tracker.hs
parentf02276f5240cf985ec3c4c3eaa5d1f5bc3daf4e6 (diff)
bittorrent: Easier constructor for TrackerList.
Diffstat (limited to 'bittorrent/src/Network/BitTorrent/Tracker.hs')
-rw-r--r--bittorrent/src/Network/BitTorrent/Tracker.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent/src/Network/BitTorrent/Tracker.hs b/bittorrent/src/Network/BitTorrent/Tracker.hs
index 6db67559..1191f921 100644
--- a/bittorrent/src/Network/BitTorrent/Tracker.hs
+++ b/bittorrent/src/Network/BitTorrent/Tracker.hs
@@ -23,6 +23,7 @@ module Network.BitTorrent.Tracker
23 , trackerList 23 , trackerList
24 , Session 24 , Session
25 , Event (..) 25 , Event (..)
26 , trackers
26 , newSession 27 , newSession
27 , closeSession 28 , closeSession
28 , withSession 29 , withSession