summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Data/BEncode/BDict.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Data/BEncode/BDict.hs b/src/Data/BEncode/BDict.hs
index d1d5215..b90f60b 100644
--- a/src/Data/BEncode/BDict.hs
+++ b/src/Data/BEncode/BDict.hs
@@ -5,8 +5,9 @@
5-- Stability : stable 5-- Stability : stable
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- This module defines a simple key\/value list which both faster 8-- This module defines a simple key\/value list ordered by keys
9-- and more suitable for bencode dictionaries then just [(k,v)]. 9-- which both faster and more suitable for bencode dictionaries than
10-- just [(k,v)].
10-- 11--
11module Data.BEncode.BDict 12module Data.BEncode.BDict
12 ( BKey 13 ( BKey