summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-21 00:07:49 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-21 00:07:49 +0400
commit2b7044a4c1034e36e1762905fa6ca1a515afc0bf (patch)
tree2ae2ce68924be81ed98c39bc88d2653856b440c3 /src/Network/BitTorrent/Core
parent025a04ff3a3d9e936a27692b214e8c871260a3e7 (diff)
Add canDownload & canUpload functions
Diffstat (limited to 'src/Network/BitTorrent/Core')
-rw-r--r--src/Network/BitTorrent/Core/PeerAddr.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Core/PeerAddr.hs b/src/Network/BitTorrent/Core/PeerAddr.hs
index 84b1e1f6..0eeaae9d 100644
--- a/src/Network/BitTorrent/Core/PeerAddr.hs
+++ b/src/Network/BitTorrent/Core/PeerAddr.hs
@@ -5,8 +5,8 @@
5-- Stability : experimental 5-- Stability : experimental
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- * 'PeerAddr' is used to represent peer location. Currently it's 8-- 'PeerAddr' is used to represent peer location. Currently it's
9-- just peer IP and peer port but this might be changed later. 9-- just peer IP and peer port but this might be changed later.
10-- 10--
11{-# LANGUAGE TemplateHaskell #-} 11{-# LANGUAGE TemplateHaskell #-}
12{-# LANGUAGE StandaloneDeriving #-} 12{-# LANGUAGE StandaloneDeriving #-}