summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-03 00:34:17 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-03 00:34:17 +0400
commit39d73a4e40fede12f41de6e2a2f682893809b88b (patch)
tree9f3e2c1b73133d828f62bbd8256f662e3ae1902d /src/Network/BitTorrent
parentcb149732a9945f119e254e3390220230ea45de5e (diff)
[Tracker] Export the withSession function
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/Tracker.hs1
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 (..)