diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-23 05:34:09 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-23 05:34:09 +0400 |
commit | 087e3435877445c5776e035ec08a26edefb3f7a1 (patch) | |
tree | 5b55eaae46e5a24304a32f067668a68ddd552bb3 /src/Data/Torrent | |
parent | 2a410ac4c7a176fa20d5b102be3002075079f199 (diff) |
ML donkey encoding style
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r-- | src/Data/Torrent/Client.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Data/Torrent/Client.hs index 10671a44..96ddd347 100644 --- a/src/Data/Torrent/Client.hs +++ b/src/Data/Torrent/Client.hs | |||
@@ -64,6 +64,7 @@ data ClientImpl = | |||
64 | -- 'U' - UPnP NAT Bit Torrent | 64 | -- 'U' - UPnP NAT Bit Torrent |
65 | | IBitLord | 65 | | IBitLord |
66 | | IOpera | 66 | | IOpera |
67 | | IMLdonkey | ||
67 | 68 | ||
68 | | IAres | 69 | | IAres |
69 | | IArctic | 70 | | IArctic |