diff options
Diffstat (limited to 'src/Network/BitTorrent')
-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 |