From 4e40597f4024be73f50a392642180d5e36c47143 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sun, 8 Dec 2013 04:20:29 +0400 Subject: Expose parser and builder --- src/Data/BEncode/Internal.hs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Data/BEncode/Internal.hs b/src/Data/BEncode/Internal.hs index 3552bc9..4282cbf 100644 --- a/src/Data/BEncode/Internal.hs +++ b/src/Data/BEncode/Internal.hs @@ -6,10 +6,15 @@ -- Portability : portable -- -- This module provides bencode values serialization. Normally, you --- don't need to import this module. +-- don't need to import this module, use 'Data.BEncode' instead. -- module Data.BEncode.Internal - ( parse + ( -- * Parsing + parser + , parse + + -- * Rendering + , builder , build , ppBEncode ) where -- cgit v1.2.3