diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 07:38:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-20 07:38:45 +0400 |
commit | a400954d19f5a540a140c2b721b1270bf12559c7 (patch) | |
tree | e3585e7bed7217a4c57e73221a6420e1f4aa16bd | |
parent | 3eca16f348ec4d12fb925f6065c4204ad5bef98a (diff) |
Expose LogFun type
-rw-r--r-- | src/Network/BitTorrent.hs | 1 | ||||
-rw-r--r-- | src/Network/BitTorrent/Client.hs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index a328bb5e..154ab63a 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -17,6 +17,7 @@ module Network.BitTorrent | |||
17 | , allowedExtensions | 17 | , allowedExtensions |
18 | 18 | ||
19 | -- ** Initialization | 19 | -- ** Initialization |
20 | , LogFun | ||
20 | , newClient | 21 | , newClient |
21 | , closeClient | 22 | , closeClient |
22 | , withClient | 23 | , withClient |
diff --git a/src/Network/BitTorrent/Client.hs b/src/Network/BitTorrent/Client.hs index 0eeb6ecd..bdaf12a5 100644 --- a/src/Network/BitTorrent/Client.hs +++ b/src/Network/BitTorrent/Client.hs | |||
@@ -15,6 +15,7 @@ module Network.BitTorrent.Client | |||
15 | , allowedExtensions | 15 | , allowedExtensions |
16 | 16 | ||
17 | -- ** Session initialization | 17 | -- ** Session initialization |
18 | , LogFun | ||
18 | , newClient | 19 | , newClient |
19 | , closeClient | 20 | , closeClient |
20 | , withClient | 21 | , withClient |