diff options
-rw-r--r-- | src/Network/KRPC/Protocol.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/KRPC/Protocol.hs b/src/Network/KRPC/Protocol.hs index 77aa29e1..ad1dabca 100644 --- a/src/Network/KRPC/Protocol.hs +++ b/src/Network/KRPC/Protocol.hs | |||
@@ -9,7 +9,7 @@ | |||
9 | -- protocol. In many situations 'Network.KRPC' should be prefered | 9 | -- protocol. In many situations 'Network.KRPC' should be prefered |
10 | -- since it gives more safe, convenient and high level api. | 10 | -- since it gives more safe, convenient and high level api. |
11 | -- | 11 | -- |
12 | -- > See http://www.bittorrent.org/beps/bep_0005.html#krpc-protocol | 12 | -- See <http://www.bittorrent.org/beps/bep_0005.html#krpc-protocol> |
13 | -- | 13 | -- |
14 | {-# LANGUAGE OverloadedStrings #-} | 14 | {-# LANGUAGE OverloadedStrings #-} |
15 | {-# LANGUAGE FlexibleContexts #-} | 15 | {-# LANGUAGE FlexibleContexts #-} |