summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core/PeerAddr.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-26 00:47:10 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-26 00:47:10 +0400
commitb4d3b295f75538234d82025617bc7cad6b4e9d19 (patch)
treea28645ff75566e4cd681006d820059d944aba8cc /src/Network/BitTorrent/Core/PeerAddr.hs
parent70aa9d716fe82b1f4d603b67fedae3241e3784f6 (diff)
Add IsString instance to NodeInfos
Diffstat (limited to 'src/Network/BitTorrent/Core/PeerAddr.hs')
-rw-r--r--src/Network/BitTorrent/Core/PeerAddr.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Core/PeerAddr.hs b/src/Network/BitTorrent/Core/PeerAddr.hs
index 86b88491..63ae04b9 100644
--- a/src/Network/BitTorrent/Core/PeerAddr.hs
+++ b/src/Network/BitTorrent/Core/PeerAddr.hs
@@ -1,4 +1,5 @@
1-- | 1-- |
2-- Module : Network.BitTorrent.Core.PeerAddr
2-- Copyright : (c) Sam Truzjan 2013 3-- Copyright : (c) Sam Truzjan 2013
3-- (c) Daniel Gröber 2013 4-- (c) Daniel Gröber 2013
4-- License : BSD3 5-- License : BSD3