summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Extension.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Extension.hs')
-rw-r--r--src/Network/BitTorrent/Extension.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Extension.hs b/src/Network/BitTorrent/Extension.hs
index 4b71f91f..0526ace7 100644
--- a/src/Network/BitTorrent/Extension.hs
+++ b/src/Network/BitTorrent/Extension.hs
@@ -7,7 +7,8 @@
7-- 7--
8-- This module provides peer capabilities detection. 8-- This module provides peer capabilities detection.
9-- 9--
10-- > See http://www.bittorrent.org/beps/bep_0004.html 10-- See <http://www.bittorrent.org/beps/bep_0004.html> for more
11-- information.
11-- 12--
12{-# LANGUAGE OverloadedStrings #-} 13{-# LANGUAGE OverloadedStrings #-}
13module Network.BitTorrent.Extension 14module Network.BitTorrent.Extension