summaryrefslogtreecommitdiff
path: root/src/Data/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-23 04:29:59 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-23 04:29:59 +0400
commite3ee3bf4b174363f55c3af2195bd191e9c0d25b7 (patch)
treeaf432782fe94c10d901c15a1b9579975577edd77 /src/Data/Torrent
parented25a297094b483dce06e14d52ced2f93f6dca41 (diff)
Add mainline client implementation id
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r--src/Data/Torrent/Client.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Data/Torrent/Client.hs
index 0fd6722b..079b63c1 100644
--- a/src/Data/Torrent/Client.hs
+++ b/src/Data/Torrent/Client.hs
@@ -50,6 +50,7 @@ import Paths_bittorrent (version)
50-- 50--
51data ClientImpl = 51data ClientImpl =
52 IUnknown 52 IUnknown
53 | IMainline
53 | IAres 54 | IAres
54 | IArctic 55 | IArctic
55 | IAvicora 56 | IAvicora