diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-28 19:50:00 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-28 19:50:00 +0400 |
commit | 2f3b01abced907c47059c73e0b1e56998a3a24f7 (patch) | |
tree | a5e942735e39f6a4fc426cab603908f28b22fca2 /src/Network | |
parent | 38343d54ba1c61aebd11efb09a64fafbd3c2d875 (diff) |
Move extension module
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Extension.hs (renamed from src/Network/BitTorrent/Extension.hs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Extension.hs b/src/Network/BitTorrent/Exchange/Extension.hs index 0d7a0a80..a4d72f96 100644 --- a/src/Network/BitTorrent/Extension.hs +++ b/src/Network/BitTorrent/Exchange/Extension.hs | |||
@@ -10,7 +10,7 @@ | |||
10 | -- See <http://www.bittorrent.org/beps/bep_0004.html> for more | 10 | -- See <http://www.bittorrent.org/beps/bep_0004.html> for more |
11 | -- information. | 11 | -- information. |
12 | -- | 12 | -- |
13 | module Network.BitTorrent.Extension | 13 | module Network.BitTorrent.Exchange.Extension |
14 | ( -- * Capabilities | 14 | ( -- * Capabilities |
15 | Capabilities | 15 | Capabilities |
16 | , ppCaps, defaultCaps | 16 | , ppCaps, defaultCaps |