aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-04-28 14:28:03 -0700
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-04-28 14:28:03 -0700
commit46f0b4f51ffa6982e66bdbf3a29426fb15c999d2 (patch)
tree87914726af8bcb38a0071b3216459514b8e2fc17 /btls.cabal
parent5418461764453d2a6fa0e66b56123ef541631689 (diff)
Begin refactoring low-level foreign imports into their own hierarchy
It’s clear at this point that this system is going to get large enough that a two-layer implementation is warranted. `Internal` will contain low-level bindings to BoringSSL; other modules will export an idiomatic interface on top of them.
Diffstat (limited to 'btls.cabal')
-rw-r--r--btls.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/btls.cabal b/btls.cabal
index 0359ab7..4f46ec3 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -56,6 +56,8 @@ library
other-modules: Data.Digest.Internal
, Foreign.Ptr.Cast
, Foreign.Ptr.ConstantTimeEquals
+ , Internal.Base
+ , Internal.Digest
, Result
c-sources: cbits/btls.c
-- Use special names for the BoringSSL libraries to avoid accidentally pulling