diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-09 06:16:48 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-09 06:16:48 +0400 |
commit | 2f8b349bafd7ff3d0877bd99c99420848f5cdfc2 (patch) | |
tree | beb335f55af4c7975d0b7bd2e2a765a61469932f /src/Data/Torrent.hs | |
parent | 19efaca1db008a58a1c1b65395465550ec0b72b6 (diff) |
Implement DHT server methods.
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index e5e90a93..a9efbfce 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -42,7 +42,7 @@ module Data.Torrent | |||
42 | #if defined (TESTING) | 42 | #if defined (TESTING) |
43 | , InfoHash(..) | 43 | , InfoHash(..) |
44 | #else | 44 | #else |
45 | , InfoHash | 45 | , InfoHash(..) |
46 | #endif | 46 | #endif |
47 | , ppInfoHash | 47 | , ppInfoHash |
48 | , addHashToURI | 48 | , addHashToURI |