aboutsummaryrefslogtreecommitdiff
path: root/btls.cabal
diff options
context:
space:
mode:
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 f544a6e..b296e3d 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -39,6 +39,7 @@ custom-setup
library
hs-source-dirs: src
default-language: Haskell2010
+ other-extensions: CApiFFI
build-tools: c2hs
include-dirs: third_party/boringssl/src/include
ghc-options: -Werror
@@ -73,6 +74,7 @@ library
, System.Random.Crypto
other-modules: BTLS.BoringSSL.Base
, BTLS.BoringSSL.Digest
+ , BTLS.BoringSSL.Err
, BTLS.BoringSSL.HKDF
, BTLS.BoringSSL.HMAC
, BTLS.BoringSSL.Mem