Skip to content

Commit

Permalink
reverting exports in haskell-tls#343.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jan 28, 2019
1 parent dd65e05 commit 8d67e1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions core/Network/TLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ module Network.TLS
, ClientParams(..)
, defaultParamsClient
, ServerParams(..)
, CommonParams
, Role
-- ** Supported
, Supported(..)
-- ** Shared
Expand Down
2 changes: 1 addition & 1 deletion core/Network/TLS/Context.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
module Network.TLS.Context
(
-- * Context configuration
TLSParams(..)
TLSParams

-- * Context object and accessor
, Context(..)
Expand Down

0 comments on commit 8d67e1d

Please sign in to comment.