diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index 44923dc7..46589eb7 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -24,6 +24,7 @@ module Network.BitTorrent.Tracker | |||
24 | , Session | 24 | , Session |
25 | , newSession | 25 | , newSession |
26 | , closeSession | 26 | , closeSession |
27 | , withSession | ||
27 | 28 | ||
28 | -- ** Events | 29 | -- ** Events |
29 | , Event (..) | 30 | , Event (..) |