add Bulk to the list of exposed structure

This commit is contained in:
Vincent Hanquez 2011-08-13 12:06:54 +01:00
parent b72c6328b0
commit 48165081a1

View file

@ -39,6 +39,7 @@ module Network.TLS
, nullCompression , nullCompression
-- * Ciphers & Predefined ciphers -- * Ciphers & Predefined ciphers
, Cipher(..) , Cipher(..)
, Bulk(..)
-- * Versions -- * Versions
, Version(..) , Version(..)
-- * Errors -- * Errors