]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/FuncTorrent/Bencode.hs
multi-file torrent metainfo tests
[functorrent.git] / src / FuncTorrent / Bencode.hs
index 294ad892d1e9ba17c974f1b0ecd066377ba2f65f..4703084be6fc467ab3f1b6c1fb8d13db4d993662 100644 (file)
@@ -95,3 +95,4 @@ encode (Bdict d) = concat ["d", concat kvlist, "e"]
       kvlist :: [ByteString]
       kvlist = [encPair kv | kv <- toList d]
       encPair (k, v) = concat [encode . Bstr . pack $ k, encode v]
+