summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/PeerWire
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-04-26 05:41:28 +0400
committerSam T <pxqr.sta@gmail.com>2013-04-26 05:41:28 +0400
commit4da9cd8cf951995c02e2e065503b2a79ca4acfb1 (patch)
treed2952580985731ef17c61c41f8c16d1fb6a03480 /src/Network/BitTorrent/PeerWire
parente7914d0fad7d5ef26f0c89e8b78b5c7b6a2868f5 (diff)
~ Fix hlint suggestions.
Diffstat (limited to 'src/Network/BitTorrent/PeerWire')
-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