diff options
-rw-r--r-- | src/Network/BitTorrent/Client.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Client.hs b/src/Network/BitTorrent/Client.hs index 03b7301d..93c5f47e 100644 --- a/src/Network/BitTorrent/Client.hs +++ b/src/Network/BitTorrent/Client.hs | |||
@@ -23,7 +23,7 @@ module Network.BitTorrent.Client | |||
23 | 23 | ||
24 | -- ** Events | 24 | -- ** Events |
25 | , ClientEvent (..) | 25 | , ClientEvent (..) |
26 | , subscription | 26 | , Network.BitTorrent.Client.subscription |
27 | 27 | ||
28 | -- * BitTorrent monad | 28 | -- * BitTorrent monad |
29 | , MonadBitTorrent (..) | 29 | , MonadBitTorrent (..) |
diff --git a/src/Network/BitTorrent/Exchange.hs b/src/Network/BitTorrent/Exchange.hs index 444533ed..a90c19f8 100644 --- a/src/Network/BitTorrent/Exchange.hs +++ b/src/Network/BitTorrent/Exchange.hs | |||
@@ -30,7 +30,7 @@ module Network.BitTorrent.Exchange | |||
30 | 30 | ||
31 | -- * Events | 31 | -- * Events |
32 | , SessionEvent (..) | 32 | , SessionEvent (..) |
33 | , subscribe | 33 | , subscription |
34 | ) where | 34 | ) where |
35 | 35 | ||
36 | import Network.BitTorrent.Exchange.Connection hiding (Options) | 36 | import Network.BitTorrent.Exchange.Connection hiding (Options) |