diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-03 00:23:05 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-03 00:23:05 +0400 |
commit | cb149732a9945f119e254e3390220230ea45de5e (patch) | |
tree | 4f7f180e8cc27ee0213e6731d3d160708506265c /src/Network/BitTorrent | |
parent | 63ec6529938abdc6ac15130c86eaafbb72780396 (diff) |
Fix export list
Diffstat (limited to 'src/Network/BitTorrent')
-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) |