summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire/ClientInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/PeerWire/ClientInfo.hs')
-rw-r--r--src/Network/BitTorrent/PeerWire/ClientInfo.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/PeerWire/ClientInfo.hs b/src/Network/BitTorrent/PeerWire/ClientInfo.hs
index f1055343..3b60f75c 100644
--- a/src/Network/BitTorrent/PeerWire/ClientInfo.hs
+++ b/src/Network/BitTorrent/PeerWire/ClientInfo.hs
@@ -52,7 +52,7 @@ data ClientImpl =
52 | IFoxTorrent 52 | IFoxTorrent
53 | IGSTorrent 53 | IGSTorrent
54 | IHalite 54 | IHalite
55 | IlibHSnetwork_bittorrent 55 | IlibHSbittorrent
56 | IHydranode 56 | IHydranode
57 | IKGet 57 | IKGet
58 | IKTorrent 58 | IKTorrent
@@ -116,7 +116,7 @@ parseImpl = f . BC.unpack
116 f "FT" = IFoxTorrent 116 f "FT" = IFoxTorrent
117 f "GS" = IGSTorrent 117 f "GS" = IGSTorrent
118 f "HL" = IHalite 118 f "HL" = IHalite
119 f "HS" = IlibHSnetwork_bittorrent 119 f "HS" = IlibHSbittorrent
120 f "HN" = IHydranode 120 f "HN" = IHydranode
121 f "KG" = IKGet 121 f "KG" = IKGet
122 f "KT" = IKTorrent 122 f "KT" = IKTorrent