aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal20
1 files changed, 10 insertions, 10 deletions
diff --git a/btls.cabal b/btls.cabal
index 02f2ed3..1ef7145 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -70,16 +70,16 @@ library
exposed-modules: Codec.Crypto.HKDF
, Data.Digest
, Data.HMAC
- other-modules: Data.Digest.Internal
- , Foreign.Ptr.Cast
- , Foreign.Ptr.ConstantTimeEquals
- , Foreign.Ptr.CreateWithFinalizer
- , Internal.Base
- , Internal.Digest
- , Internal.HKDF
- , Internal.HMAC
- , Result
- , Types
+ other-modules: BTLS.BoringSSL.Base
+ , BTLS.BoringSSL.Digest
+ , BTLS.BoringSSL.HKDF
+ , BTLS.BoringSSL.HMAC
+ , BTLS.Cast
+ , BTLS.ConstantTimeEquals
+ , BTLS.CreateWithFinalizer
+ , BTLS.Result
+ , BTLS.Types
+ , Data.Digest.Internal
c-sources: cbits/btls.c
-- Use special names for the BoringSSL libraries to avoid accidentally pulling
-- in OpenSSL.